.footer-container{
  background: #253b67;
  padding-top: 35px;
}
.footer-row-nav-menu{
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.footer-page-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-bottom-nav{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: auto;
}
.footer-bottom-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-bottom-right{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-page-container a, .footer-bottom-left a, .footer-bottom-right p{
  color: white;
  text-decoration: none;
  margin-bottom: 9px;
}
.footer-page-title{
  color: white !important;
  text-transform: uppercase;
  font-size: 18px;
}
.footer-bottom-left a, .footer-bottom-right p{
  text-transform: uppercase;
}
.footer-bottom-right p{
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5
}
@media screen and (max-width: 1000px) {
  .footer-row-nav-menu{
    display: none;
  }
  .footer-bottom-nav{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
  }
  .footer-bottom-left{
    margin-bottom: 20px;
    align-self: flex-start;
  }
  .footer-bottom-right{
    text-align: left;
    align-items: flex-start;
  }
  .footer-bottom-right p{
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .footer-bottom-nav p{
    font-size: 15px;
  }
  .deal-name, .deal-name.not-clicked, .deal-price.not-clicked{
    font-size: 20px;
    letter-spacing: 3px;
  }
}
