.mobile-menu-link a {
padding-left: 20px;
}

.case-card .link-hover * {
    transition: color .2s ease-in;
}

.case-card .link-hover path {
    transition: fill .2s ease-in;
}

.case-card:hover .link-hover * {
    color: #DB6387!important;
}

.case-card:hover .link-hover path {
    fill: #DB6387!important;
}

.t-feed__slds-wrapper .t-feed__post-bgimg.t-bgimg {
    border-radius: 32px;
    overflow: hidden;
}


.t-feed__slider-grid__post-wrapper.t-col {
    width: 100%!important;
}

.tn-accordion-card:not(:first-child) {
    border-top: 1px solid #E2E4E9!important;
}

@media (min-width: 960px) {
.mobile-menu-link a {
    padding-left: 10px;
}
}

@media (min-width: 961px) {

.t-feed__slds-wrapper.t-slds__wrapper .t-col {
    margin-left: 10px;
    margin-right: 10px;
}
}


@media screen and (max-width: 1200px) {
    .t-slds__main.t-container {
         max-width: unset; 
    }
}

@media screen and (max-width: 1300px) {
    .t1004 .t-slds__container {
         width: 100%!important; 
    }
}