@media (min-width: 768px) {
    .header-container {
        flex-direction: row;
        justify-content: space-between;
    }

    .menu-items {
        margin-top: 0;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap: 1rem;
    }

    .banner-content{
        align-items: end;
    }

    .banner-content span {
        width: 50%;
    }

    .banner-content p {
        width: 50%;
    }

    .parent-card-section{
        flex-direction: row;
    }

    .card-section{
        width: 50%;
    }

    .card-image{
        width: 50%;
    }

    .card-sub-section{
        width: 50%;
    }

    .contact-content{
        flex-direction: row;
    }

    .contact-image{
        height: 90%;
    }

    .footer-section{
        height: 15vh;
        flex-direction: row;
    }

    .footer-section-text{
        width: 40%;
        line-height: 2rem;
    }

    .footer-section-div{
        width: 30%;
    }
}