* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    display: flex;
    align-items: flex-start;
    gap: 36px;
    max-width: 1072px;
    width: 100%;
    padding: 16px 10px 100px 10px;
    margin: auto;
}

.main_advertorial {
    max-width: 740px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.mainreviews_container {
    display: flex;
    max-width: 296px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-width: 0;
}

.sponsored {
    color: #262626;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 19.5px */
    margin-bottom: 24px;
}

h1 {
    color: #17191C;
    font-family: "Open Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    /* 54px */
    margin-bottom: 24px;
}

.author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.author img {
    width: 40px;
    height: 40px;
}

.author_info {
    display: flex;
    padding-left: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-left: 2px solid #359B76;
}

.author_info h3 {
    color: #359B76;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 30px */
}

.author_info p {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
}

.published {
    display: flex;
    align-items: center;
    gap: 8px;
}

.published p {
    display: flex;
    height: 32px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 2px;
    background: #4FCDE9;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.published img {
    width: 110px;
    height: auto;
}

.image_container {
    max-width: 740px;
    width: 100%;
    height: auto;
    margin: 24px 0;
}

.image_container img {
    width: 100%;
    height: auto;
}

.p_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.p_container p {
    color: #262626;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

.section {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 56px;
}

.section h2 {
    color: #359B76;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    /* 135.714% */
}

.quote {
    display: flex;
    align-items: center;
}

.line {
    background-color: #359B76;
    height: 1px;
    width: 100%;
}

.quote img {
    width: 60px;
    height: auto;
}

.alicia_cont {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

.alicia_cont img {
    max-width: 230px;
    width: 100%;
    height: auto;
}

.alicia_info,
.charlotte_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.alicia_text,
.charlotte_text {
    color: #262626;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 35.2px;
    /* 160% */
}

.alicia_quote,
.charlotte_quote {
    color: #262626;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.alicia_quote span {
    font-style: italic;
    font-weight: 700;
}

.alicia {
    color: #262626;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
    margin-top: 24px;
}

.p_container p span {
    font-weight: 700;
}

.image_text img {
    max-width: 228px;
    width: 100%;
    height: auto;
}

.image_text {
    display: flex;
    align-items: center;
    gap: 32px;
    align-self: center;
    border-bottom: 2px solid #359B76;
    padding: 16px 0 32px 0;
}

.mb {
    margin-bottom: 24px;
}

.p_container button {
    display: flex;
    width: 391px;
    height: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}

.reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}

.review {
    display: flex;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.review_image {
    width: 150px;
    height: auto;
}

.review_info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.review_stars {
    width: 100px;
    height: auto;
}

.review_info h3 {
    color: #262626;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 34.5px */
    letter-spacing: 0.5px;
}

.review_text {
    color: #262626 !important;
    font-family: "Open Sans" !important;
    font-size: 19px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    /* 28.5px */
    letter-spacing: 0.5px !important;
}

.user_data {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.user {
    color: #262626 !important;
    font-family: "Open Sans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 150% !important;
    /* 30px */
}

.verified {
    display: flex;
    align-items: center;
    gap: 8px;
}

.verified img {
    width: 20px;
    height: auto;
}

.verified p {
    color: #262626;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.guarantee_container {
    display: flex;
    max-width: 740px;
    width: 100%;
    padding: 32px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    border-left: 7px solid #359B76;
    background: #ECFBFF;
    position: relative;
    margin-top: 56px;
}

.floating_img {
    position: absolute;
    left: -80px;
    top: 35%;
    max-width: 150px;
    width: 100%;
    height: auto;
}

.floating_img img {
    width: 100%;
    height: auto;
}

.guarantee {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.guarantee h3 {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 52.5px */
    margin-bottom: 8px;
}

.guarantee p {
    color: #262626;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 33px */
}

.product_image {
    height: auto;
    max-width: 450px;
    width: 100%;
    margin: auto;
    margin-bottom: 24px;
}

.section button {
    display: flex;
    height: 72px;
    width: 470px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 3px;
    border: none;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
}

.mainreviews_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.mainreviews_container h3 {
    color: #000;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

.mainreview {
    display: flex;
    padding-top: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-top: 2px solid #359B76;
}

.mainreview img {
    width: 120px;
    margin: auto;
    height: auto;
}

.mainreview_text {
    color: #000;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
}

.mainreview_user {
    color: #3E4855;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 25.5px */
}

.right_promo {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border: 1px solid #EDEDED;
}

.right_promo img {
    max-width: 248px;
    width: 100%;
    height: auto;
    margin: auto;
}

.right_promo h3 {
    color: #045BE8;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.right_promo p {
    color: #3E4855;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 25.5px */
}

.right_promo button {
    display: flex;
    height: 72px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border: none;
    border-radius: 3px;
    border-bottom: 3px solid #08873A;
    background: #0BB64E;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 27px */
    text-transform: uppercase;
    cursor: pointer;
}

footer {
    display: flex;
    width: 100%;
    padding: 56px 198px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: #F4E2D0;
}

footer p {
    color: #777;
    text-align: center;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.hidden_desktop {
    display: none;
}

/* RESPONSIVE DESIGN */

@media (max-width: 480px) {
    .hidden_mobile {
        display: none;
    }

    .hidden_desktop {
        display: block;
    }

    .mainreviews_container {
        display: none;
    }

    .main_advertorial {
        width: 90%;
        margin: auto;
    }

    .alicia_cont,
    .image_text {
        display: flex;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        flex-direction: column;
    }

    .quote {
        margin-bottom: 16px;
    }

    .alicia_info,
    .charlotte_info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .section button,
    .p_container button {
        width: 95%;
    }

    .review {
        flex-direction: column;
        align-items: flex-start;
    }

    .review_image {
        width: 100%;
    }

    .guarantee_container {
        padding: 80px 16px 32px 16px;
        margin-top: 90px;
    }

    .guarantee h3 {
        color: #000;
        text-align: center;
        font-family: "Open Sans";
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        /* 36px */
        margin-bottom: 0;
    }

    .floating_img {
        position: absolute;
        left: 30%;
        top: -70px;
        max-width: 150px;
        width: 100%;
        height: auto;
    }

    footer {
        padding: 56px 16px;
    }
}