/** Shopify CDN: Minification failed

Line 41:0 Expected "}" to go with "{"

**/

  .custom-section {
    position: relative;
    padding: 100px 0;
    color:white;
    text-align: center;
     background-attachment: fixed;
   
  }   
  .custom-section p ,.custom-section h3{color:white!important}
 .custom-section  a{
        font-family: Playfair Display,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0px;
    font-style: normal;
    text-transform: capitalize;
    color:white!important;
   border-color:white!important;
    background-color: #f5f5f5c7;
    border-style: none;
    border-radius: 0;
    transition-duration: .4s;
    padding: 14px 20px;
  }
  .custom-section a:hover{
     background-color:transparent;
    border:1px solid;
  }
  @media(max-width:768px){
     .custom-section {
       background-attachment: unset;
           background-position: 18%!important;
  }
