.shopify-section.hero-cucina-ceramic{
  .hcc-container{
    display:grid;
    gap:clamp(16px, 4vw, 40px);
    margin:auto;
    padding-bottom:clamp(20px, 4vw, 60px);
  }
  .hcc-image {
    aspect-ratio: 2.85 / 1;
    overflow: hidden;
    img {
      width: 100%;
      aspect-ratio: 2.85 / 1;
      object-fit: cover;
      display: block;
    }
  }
  .hcc-text{
    display:grid;
    max-width: 1440px;
    text-align:center;
    margin:auto;
    gap: clamp(10px, 2vw, 30px);
  }
  .hcc-title{
    margin: 0 5% 10px;
    font-family: Acta Display;
    font-weight: 700;
    font-size: clamp(35px, 5.6vw, 80px);
    text-align: center;
    color:#006286;
  }
  .hcc-description{
    margin: 0 10%;
    font-family: Century Gothic;
    font-weight: 400;
    font-size: clamp(16px, 3.8vw, 45px);
    text-align: center;
  }
  .hcc-footer-note {
    margin: 0 15% 10px;
    font-size: clamp(9px, 1.5vw, 20px);
  }
  .hcc-btn{
    font-family: Century Gothic;
    font-weight: 400;
    font-style: Regular;
    font-size: clamp(15px, 3.5vw, 40px);
    text-transform: uppercase;
    padding: 15px clamp(14px, 3vw, 35px);
    text-decoration:none;
    color: white;
    background: #006286;
    width: fit-content;
    margin:auto;
  }
}
