@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

footer{
    background-color: black;
}

footer h1 {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 30px;
    color: white;
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
   footer h1 {
     font-size: 35px;
   }
}

footer p {
    font-family: Montserrat;
    font-size: 29px;
    font-weight: 400;
    line-height: 40px;
    color: white;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
   footer p {
     font-size: 22px;
   }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
   .small-ya-cart {
      max-width: 375px;
   }
}