.t-tildalаbеl {
    height:0!important;
}
.t-tildalаbеl_white{
    background: #e8ebf4!important;
}

.t-tildalаbеl__txtleft{
    color:#fff;
}

.t-card__container{
    max-width: 1920px;
}

.t1068__col {
    max-width: 520px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-radius: 30px;
    background: #fff;
}

.t1068__row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t1119__container{
    max-width: 1320px;
    padding: 60px 60px 60px 60px;
    border-radius: 30px;
    background: #fff;
}

@media screen and (max-width: 1440px){
    .t1119__container{
        max-width: 1000px;
        padding: 32px;
    }
}

@media screen and (max-width: 1280px){
    .t1119__container{
        max-width: 1000px;
        padding: 32px 16px;
    }
}

@media screen and (max-width: 920px){
    .t1119__container{
        max-width: 720px;
        padding: 32px;
    }
}
@media screen and (max-width: 720px){
    .t1119__container{
        max-width: 600px;
        padding: 32px 12px;
    }
}

@media screen and (max-width: 420px){
    .t1119__container{
        max-width: 340px;
        padding: 20px 12px;
        border-radius: 24px;
    }
}