/* Add custom CSS styles below */ 

  .auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(95px, 1fr));
}
.footer-is-custom .store-footer .contact-icon{
background: #c1e1f1;
}
@media(min-width:1280px){
  .rounded-2xl{
      height: 324px;

 }
}
@media (max-width: 1279px) {
  .rounded-2xl {
    height: 90px !important;
  }
}
.btn--primary{
      background-color: #a47c3c;
      color: black;
}
@media (min-width: 768px) {
    .md\:text-4xl {
        font-size: 2.25rem;
        padding-top: 379px;
    }
}
@media (max-width: 768px) {
.\!leading-\[1\.15\] {
    line-height: 1.15 !important;
    padding-top: 259px;
}
}