.page-content23 {
    background-color: var(--SECONDARY_MINOR_COLOR);
}

.page-content23__wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-content23__wrapper {
        margin-bottom: 40px;
    }
    .page-content23__wrapper:nth-child(odd) {
        flex-direction: row;
    }
    .page-content23__wrapper:nth-child(odd) .page-content23__content-block {
        justify-content: flex-end;
        padding: 150px 0 150px 30px;
    }
    .page-content23__wrapper:nth-child(even) {
        flex-direction: row-reverse;
    }
    .page-content23__wrapper:nth-child(even) .page-content23__content-block {
        justify-content: flex-start;
        padding: 150px 30px 150px 0;
    }
}

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

.page-content23__content-block {
    background: center/cover no-repeat;
    padding: 0 40px 80px 40px;
}

@media (min-width: 768px) {
    .page-content23__content-block {
        flex: 1 1 85%;
        display: flex;
    }
}

.page-content23__texts {
    position: relative;
    z-index: 1;
    padding: 10px;
}

@media (min-width: 768px) {
    .page-content23__texts {
        max-width: 1280px;
        padding: 40px;
    }
}

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

.page-content23__pharagraph {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 160%;
    color: var(--TEXT_COLOR);
}

.page-content23__pharagraph:last-child {
    margin-bottom: 0;
}

.page-content23__title-block {
    padding: 20px 40px;
    background-color: var(--SECONDARY_MAJOR_COLOR);
    color: var(--SECONDARY_MINOR_COLOR);
}

@media (min-width: 768px) {
    .page-content23__title-block {
        align-self: center;
        flex: 1 1 340px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.page-content23__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
}

@media (min-width: 768px) {
    .page-content23__title {
        font-size: 28px;
    }
}
