
@media (min-width: 1200px) {

    .homepage-banner {
        aspect-ratio: 4/1;
    }


    .middle-footer .col-sm-4 {
        display: grid;
        text-align: left;
    }

    .top-footer .row .logo img {
        height: 70px;
    }

    .middle-footer .col-sm-4 img {
        margin-bottom: 0px;
    }


    /* Software Page */
    body .banner .overlay {
        width: 40%;
        font-size: 3rem;
    }

    body.team .team-box h4 {
        max-width: 42%;
    }

    body.leadership .team-box {
        min-height: 160px;
    }

    body.leadership .team-box h5 {
        margin-top: 30px;
    }
}


