/** make logo in footer for mobile bigger! **/

@media screen and (max-width: 640px) {
    .t981__logo {
        max-width: 280px !important;
        width: auto;
    }
}

/** fix for desc hero - inside pages - for mobile - need to add class so only inside hero covers*

@media screen and (max-width: 640px) {
    .t-cover {
    height: 300px !important;
    }
    .t-cover__wrapper {
    height: 300px !important;
    }
}*/

/**** Buttons in Team ****/
.t1073 .t-card__btn {
    margin-top: 25px;
}
/** Blog page - create padding top on large screens **/
@media screen and (min-width:561px) {
    .t-feed__post-popup__title-wrapper {
        padding-top: 50px;
    }
}