@media screen and (min-width: 1261px) {
    #hero {
        padding-left: 0;
        padding-right: 0;
    }
    #logos {
        margin-bottom: -170px;
    }
    .logos-container {
        justify-content: space-between;
    }
    #practicalCourseCard,
    #whatYouGetCard {
        overflow: visible;
    }
    .footer-content {
        flex-direction: row;
    }
    .footer-logos img {
        margin: 0 40px 0 0;
    }
    .footer-social {
        margin-top: 0;
    }
}