  .js-store-prod-text a  {
      background-color: beige;
padding: 15px 30px;
border-radius: 100px;
color: #000 !important;
  }
  .uc-footer-form .t-checkbox__control{
      display: flex;
  }
  
  @media(max-width: 1024px) {
        .uc-project-gallery .t989__gallery-wrapper {
      height: 400px !important;
  }
  }
  
    @media(max-width: 480px) {
        .uc-project-gallery .t989__gallery-wrapper {
      height: 300px !important;
  }
  }
  
  
