@media screen and (min-width: 1200px) and (max-width:1400px){
    .container{
        max-width: 1400px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .main-pic img{
        max-width: 500px;
    }

    .product-section{
        margin-bottom: 50px;
    }
    
    .main-footer{
        height: 30vh;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1200px){
    .container{
        max-width: 1400px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .main-header .row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .about-us-text{
        max-width: 350px;
    }

    .about-us-text h3{
        letter-spacing: 1.3px;
        font-size: 22px;
    }

    .about-us-text h5{
        padding-top: 25px;
    }

    .about-us-text p{
        font-size: 16px;
    }

    .product-section{
        margin-bottom: 100px;
    }

    .product-box{
        height: 520px;
    }

}

@media screen and (min-width:768px) and (max-width:1024px) {
    .container{
        max-width: 1400px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .main-header .row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-pic img{
        max-width: 450px;
    }

    .product-section .row{
        flex-direction: column;
        align-items: center;
    }

    .product-box{
        width: 250px;
        margin-bottom: 25px;
        height: 470px;
    }

    .about-us-text{
        max-width: 300px;
        left: 400px;
        top: 10px;

    }

    .about-us-text h3{
        letter-spacing: 1.3px;
        font-size: 22px;
    }

    .about-us-text h5{
        padding-top: 25px;
    }

    .about-us-text p{
        font-size: 16px;
    }

    .about-us-img img{
        width: 450px;
        height: 500px;
    }

    .cards{
        margin-top: 210px;
    }

    .main-footer{
        height: 28vh;
    }

}

@media screen and (min-width:480px) and (max-width:768px) {
    .container{
        max-width: 1400px;
        margin: 0 auto;
        overflow-x:hidden;
    }

    .main-text h1{
        font-size: 40px;
    }

    .main-text h4{
        font-size: 24px;
    }

    .hideOnMobile{
        display: none;
    }
    
    .Menu-button svg{
        display: block;
        position: relative;
        left: 70px;
    }
    
    .sidebar ul{
        margin-left: 150px;
    }

    .main-header .row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .main-pic img{
        max-width: 450px;
    }

    .cards .box-holder{
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .box{
        width: 300px;
        margin-bottom: 20px;
    }

    .about-us{
        display: block;

    }

    .about-us-img img{
        max-width: 450px;
        height: 300px;
    }

    .about-us-text{
        position: relative;
        left: 0px;
        max-width: 400px;
        height: 420px;
        top: 280px;
    }

    .donation-section{
        margin-top: 350px;
    }

    .product-box{
        margin-bottom: 20px;
    }

}
@media screen and (min-width:320px) and (max-width:480px){
    .container{
        max-width: 1400px;
        margin: 0 auto;
        overflow-x:hidden;
    }

    .main-text h1{
        font-size: 40px;
    }

    .main-text h4{
        font-size: 24px;
    }

    .hideOnMobile{
        display: none;
    }
    
    .Menu-button svg{
        display: block;
        position: relative;
        left: 70px;
    }
    
    .sidebar ul{
        margin-left: 110px;
    }

    .main-pic img{
        max-width: 370px;
    }

    .cards{
        margin-top: 200px;
    }

    .cards .box-holder{
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    .box{
        width: 300px;
        margin-bottom: 20px;
    }

    .about-us{
        display: block;

    }

    .about-us-img img{
        max-width: 400px;
        height: 300px;
    }

    .about-us-text{
        position: relative;
        left: 0px;
        max-width: 370px;
        height: 480px;
        top: 280px;
    }

    .donation-section{
        margin-top: 350px;
    }

    .product-img img{
        height: 250px;
    }

    .product-box{
        margin-bottom: 20px;
        height: 420px;
    }

    .bigger-box-one{
        margin-bottom: 35px;
    }

    .bigger-box-two{
        margin-bottom: 30px;
    }

    footer{
        margin-top: 50px;
    }

    .main-footer{
        height: 40vh;
    }
}