.page-content20 {
    padding: 60px 0;
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.page-content20__container {
    max-width: var(--CONTAINER_WIDTH);
    margin: 0px auto;
}

.page-content20__content {
    padding: 0 20px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .page-content20__content {
        margin-bottom: 40px;
    }
}
.page-content20__content:last-child {
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .page-content20__content {
        display: flex;
    }
}

.page-content20__title-block {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .page-content20__title-block {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .page-content20__title-block {
        flex: 0 0 300px;
        margin-bottom: 0px;
        margin-right: 30px;
        display: flex;
        flex-direction: column;
    }
}

.page-content20__title {
    position: relative;
    z-index: 1;
    font-weight: bold;
    line-height: 140%;
    font-size: 18px;
    padding: 10px 15px;
    color: var(--SECONDARY_MAJOR_COLOR);
    font-family: var(--TITLE_FONT);
}

@media (min-width: 768px) {
    .page-content20__title {
        font-size: 28px;
        padding: 20px 30px;
    }
}

.page-content20__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    background-color: var(--EXTRA_COLOR);
}

.page-content20__subtitle {
    position: relative;
    z-index: 1;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 15px;
    color: var(--SECONDARY_MAJOR_COLOR);
}

@media (min-width: 768px) {
    .page-content20__subtitle {
        font-size: 20px;
        padding: 20px 30px;
    }
}

@media (min-width: 992px) {
    .page-content20__subtitle {
        flex: 1 1 100%;
    }
}

.page-content20__subtitle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background-color: var(--EXTRA_COLOR);
}

.page-content20__pharagraph {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
    color: var(--TEXT_COLOR);
}

@media (min-width: 768px) {
    .page-content20__pharagraph {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.page-content20__pharagraph:last-child {
    margin: 0;
}
