.content_product--header h1 {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
    max-width: 55%;
    line-height: 68px;
    margin-bottom: 10px;
}
.content_product--header {
    display: flex
;
    justify-content: space-between;
    margin-top: 50px;
    line-height: 68px;
}.page--reviews--social-text {
     max-width: 360px;
     display: flex
 ;
     flex-direction: column;
     padding-top: 8px;
     gap: 10px;
 }
.content_product--content {
    display: flex
;
    width: 100%;
    justify-content: space-between;
}
.page--reviews--social-text_span {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
}
.page--reviews--social-text_logo {
    display: flex
;
    gap: 9px;
    align-items: center;
}
.content_product a {
    border-bottom: 1px solid #b1b1b1;
    color: #000;
    text-decoration: none;
}
.page--reviews--social-text_logo a {
    text-decoration: none;
    border-bottom: 0 !important;
}
.content_product--content-text p {
    line-height: 25px !important;
}
.content_product--content-text_info p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.51px;
    letter-spacing: 0;
}
.content_product--content-text_info a.content_product--content-text_link:hover {
    opacity: 0.8;
    color: #000;
}
.content_product--content-text_info a.content_product--content-text_link {
    width: 264px;
    height: 46px;
    border-radius: 15px;
    background: rgba(255, 226, 104, 1);
    display: flex
;
    justify-content: center;
    border: 0;
    align-items: center;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
}
.content_product--content-text_info p.content_product--content-text_design {
    margin-top: 11px;    line-height: 28px !important;
}
.content_product--content-text_info p.content_product--content-text_design a:hover{
    border-bottom: 0;
}
.content_product--content-text_info p.content_product--content-text_design a{
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.content_product--content-text_info p.content_product--content-text_design span{
    color: #fff;
    background: #6fba52;
    padding: 1px 0px;

}
.content_product--content-text_image {

}
.content_product--content-text {
    display: flex;
    padding-left: 6px;
    justify-content: space-between;
    align-items: center;
}
.content_product--content-text_info {
    display: flex
;
    flex-direction: column;
    width: 45%;
}
.content_product--bottom {
    display: none;
}
@media (max-width: 1200px) {
    .content_product--content-text_info {
        width: 70%;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .content_product--content-text_info {
        width: 100%;
        padding-right: 0;
        order: 2;
        padding-left: 14px;
        padding-top: 10px;
    }
    .content_product--header h1{
        font-family: Open Sans;
        font-weight: 700;
        font-size: 22px;
        line-height: 29.96px;
        letter-spacing: 0;
    }
    .content_product--content-text_info span.br{
        display: flex
    ;
        margin-bottom: 19px;
    }
    .page--reviews--social-text {
        display: none;
    }
    .content_product--content-text img{
        border-radius: 20px;
    }
    .content_product--content-text {
        flex-direction: column;
        padding-left: 0;
        padding-top: 5px;
    }
    .content_product--content-text_image {
        width: 100%;
        margin-bottom: 7px;
    }
    .content_product--header {
        margin-top: 15px;
    }
    .content_product--content-text_info p {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 14px;
        line-height: 19.07px!important;
        letter-spacing: 0;
    }
    .content_product--content-text_info p.content_product--content-text_design {
        margin-top: 22px;
        line-height: 24px !important;
    }
    .content_product--content-text_info a.content_product--content-text_link {
        width: 97%;
    }
    .content_product--bottom {
        display: block;
        margin-top: 27px;
        padding-left: 4px;
    }
    .content_product--bottom .page--reviews--social-text_span {
        font-size: 12px;
        line-height: 17.79px;
        margin-bottom: 7px;

        color: rgba(111, 111, 111, 1);
    }
    .content_product--bottom .page--reviews--social-text_logo img {
        width: 20px;
    }
}