/** Shopify CDN: Minification failed

Line 77:2 Unexpected "}"

**/
.comfort-section {
    position: relative;
    background: #82AFD2;
    border-radius: 16px;
    padding: 40px 30px;
    max-width: 320px;
    height: 290px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: white;
  }

  .comfort-section h3 {
    color: white;
    font-size: 24px;
    letter-spacing: 4px;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: left;
  }

  .comfort-section p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    margin: 0;
    text-align: left;
  }
  @media screen and (min-width: 721px) and (max-width: 1025px) {

  
    .comfort-section h3 {
      font-size: 24px;
      letter-spacing: 2px;
      line-height: 1.4;
    }
  
    .comfort-section p {
      font-size: 16px;
      line-height: 1.6;
    }
  }
  
  @media screen and (max-width: 720px) {
    .comfort-section {
      height: 250px;
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .comfort-section h3 {
      font-size: 15px;
      letter-spacing: 3px;
      line-height: 1.5;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0 0 16px 0;
      text-align: left;
    }

    .comfort-section p {
      font-size: 13px;
      line-height: 1.6;
      font-weight: 300;
      margin: 0;
      text-align: left;
    }
  }
  }