/* ============================================================
   TABLETS
   ============================================================ */

@media(max-width:900px){

section{

padding:80px 25px;

}


}

@media(max-width:700px){

.overview-grid{

grid-template-columns:1fr;

}

}

/* ============================================================
   PHONES
   ============================================================ */

@media(max-width:650px){

h1{

font-size:3rem;

}

h2{

font-size:2rem;

}

}

@media(max-width:900px){


.footer-container{

    grid-template-columns:1fr 1fr;

}


}


@media(max-width:650px){


.footer-container{

    grid-template-columns:1fr;

}


}