/* amends DT */
@media (min-width: 1024px) {
    .slider-thumbs .card .card__footer p:first-child {
        line-height: 1.2;
    }
    .section-team {
        background-position: 50% 150px;
    }    
    .section-team__photos {
        padding-top: 15px;
        padding-bottom: 0;
    }
}
@media (min-width: 1500px) {
    .footer-logo img {
        max-width: 180px;
    }
    .section-article {
        background-position: 50% 100%;
    }
    .section-team {
        background-position: 50% 200px;
    }
}
