.my-skin-my-story {
    max-width: 1920px;
    margin: auto;
}

.my-skin-my-story h1 {
    margin: 0;
    padding: 0;
}

.my-skin-my-story__top-block {
    width: 100%;
    display: flex;
}

.my-skin-my-story .my-skin-my-story__title-block {
    flex: 1 0 50%;
}

.my-skin-my-story .my-skin-my-story__left-block {
    flex: 1 0 50%;
    background-color: #f0eeec;
}

.my-skin-my-story .my-skin-my-story__title {
    font-size: 58px;
    width: 85%;
    line-height: 74px;
    text-align: left;
    font-weight: normal;
}

.my-skin-my-story .my-skin-my-story__bottom-block {
    width: 50%;
    margin: -256px 0px 0px 15%;
}

.my-skin-my-story .my-skin-my-story__text {
    margin: 16px 0 0 0;
    font-size: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 26px;
    font-family: "Benton Sans", sans-serif;
}

@media screen and (max-width: 1200px) {
    .my-skin-my-story .my-skin-my-story__bottom-block {
        width: 60%;
    }
}

@media screen and (max-width: 992px) {
    .my-skin-my-story .my-skin-my-story__title {
        font-size: 47px;
        line-height: 58px;
    }

    .my-skin-my-story .my-skin-my-story__bottom-block {
        width: 70%;
        margin: -181px 0px 0px 5%;
    }
}

@media screen and (max-width: 768px) {
    .my-skin-my-story {
        max-width: 540px;
        margin: auto;
    }

    .my-skin-my-story .my-skin-my-story__left-block {
        display: none;
    }

    .my-skin-my-story .my-skin-my-story__bottom-block {
        margin: 0 5%;
        width: auto;
    }

    .my-skin-my-story .my-skin-my-story__title {
        font-size: 37px;
        line-height: 48px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {
    .my-skin-my-story {
        max-width: 100%;
        margin: auto;
    }
}