@media (max-width:1024px) {
    #cover {
        height: 66vh;
    }

    #cover .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
        font-size: 100px;
    }

    #features .feature {
        width: 100%;
        margin: 0 0 16px;
    }

    #features .container {
        flex-direction: column;
    }

    #products .row {
        flex-direction: column;
    }

    #products .product {
        margin: 70px 0 60px;
        width: 100%;
    }

    #products .product-image {
        height: 450px;
    }

    #products .product-name {
        font-size: 32px;
    }

    #products .product-price {
        font-size: 48px;
    }

    #balls .container {
        flex-direction: column;
    }

    #balls .ball {
       margin: 0 0 64px;
    }

    .button {
        font-size: 24px;
    }

    #checkout .button {
        display: block;
        width: 100%;
        font-size: 26px;
        margin-top: 24px; 
    }

    #section7 .slide-content .row:first-child {
        flex-direction: column;
    }

    #section7 .slide-content .row:first-child .card {
        width: 100%;
        height: 400px;
    }

    #section7 .slide-content .row:nth-child(2) {
        border-top: 4px solid orange;
        margin: 32px 0 0;
        padding: 24px 0 0;
    }

    #section7 .slide-content .row:last-child {
        border-top: 4px solid orange;
        margin: 32px 0 0;
        padding: 24px 0 0;
    }

    .main-navigation ul li a {
        font-size: 28px;
    }

    .main-navigation ul {
        justify-content: center;
    }
}