

/* Start:/local/templates/new_design/components/bitrix/catalog.section.list/care-nutrition/style.css?17646664581241*/
.care_main.wrapper{
    display: flex;
    gap: 40px;
    margin: 30px auto;
}
.care_section{
    width: 50%;
    padding-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 var(--primary-black-shadow);
}
.care_section .img_block{
    max-height: 476px;
}
.care_section .img_block > div{
    background-color: #fff;
    padding-bottom: 75%;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.care_section .description_block{
    padding: 18px 20px;
}
.care_section .description_block .title{
    font-size: 26px;
    color: #ed1c24;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.35;
    text-align: center;
}
.care_section .description_block .subText{
    margin-top: 8px;
    line-height: 1.55;
    font-weight: 300;
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.care_section .link{
    padding: 0 16px 14px;
}
.care_section .link .ui-button{
    width: fit-content;
    margin: auto;
}
@media all and (max-width: 768px) {
    .care_main{
        flex-direction: column;
    }
    .care_section{
        width: 100%;
        max-width: 360px;
        margin: auto;
    }
}
/* End */
/* /local/templates/new_design/components/bitrix/catalog.section.list/care-nutrition/style.css?17646664581241 */
