    .t772__container {
        box-sizing: border-box;
        display: grid !important;
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        max-width: 1160px !important;
        gap: 16px;
    }
    .t772__col {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin: 0px !important;
        border: 1px solid #333333; /* Обводка */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .t772__container:before,
    .t772__container:after,
    .t772__separator {
    display: none !important;
    }
    
    .t772__textwrapper {
        margin: 0 24px;
    }
    .t-card__btn-wrapper {
        display: flex;
        margin-top: 24px !important;
    }
    
    /* Кнопка 1 */
    .t-btnflex.t-btnflex_type_button.t-card__btn_first {
        flex: auto;
        color: #ffffff;
        border-style: solid !important;
        border-color: #333333 !important;
        --border-width: 1px;
        border-radius: 0px;
        margin: 0px !important;
        padding: 16px 32px !important;
        box-sizing: border-box;
    }
    
    /* Кнопка 2 */
    .t-btnflex.t-btnflex_type_button2.t-card__btn_second {
        flex: auto;
        color: #111;
        margin: 0px !important;
        padding: 16px 32px !important;
        background-color: #f5f5f5 !important;
    }
    
    @media (hover: hover) {
    .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover {
        background-color: #E1E1E1 !important;
    }
    }
    
    .t772__imgwrapper {
        width: auto !important;
        margin: 8px 8px 24px;
    }
    
    @media screen and (max-width: 768px){
    .t772__container{
        padding: 0 24px !important;    /*Отступы по бокам экрана*/
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 16px 16px;  /*Отступ между карточками*/
    }
}

    @media screen and (max-width: 480px){
    .t772__container{
        padding: 0 16px !important;    /*Отступы по бокам экрана*/
        grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );  /*Минимальная ширина карточки*/
        gap: 8px 8px;  /*Отступ между карточками*/
    }
}
    
