/** Shopify CDN: Minification failed

Line 108:0 Unexpected "1"

**/
.section-no-111 ul li{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 12px;
  width: 100%;
  min-height: 88px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(3px);
  border-radius: 12px;
}

.section-no-111  ul{
 list-style: none;
  font-family: "Host Grotesk";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #333232;
}

.section-no-111 ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px; /* space for checkmark */
  margin-bottom: 20px;
}

.section-no-111 ul li h5{
   font-family: "Host Grotesk";
}

.section-no-111 li:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
 background-image: url("data:image/svg+xml,%3Csvg width='25' height='28' viewBox='0 0 25 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_107_15944)'%3E%3Cpath d='M3.66351 24.2323C2.46964 23.0792 1.51736 21.6999 0.862247 20.1749C0.207135 18.6498 -0.137693 17.0096 -0.152116 15.3498C-0.166539 13.6901 0.149733 12.0441 0.778244 10.5079C1.40675 8.97168 2.33492 7.57604 3.50858 6.40238C4.68224 5.22872 6.07789 4.30055 7.61409 3.67204C9.15029 3.04353 10.7963 2.72726 12.456 2.74168C14.1158 2.75611 15.756 3.10093 17.2811 3.75605C18.8061 4.41116 20.1854 5.36344 21.3385 6.55731C23.6155 8.91484 24.8754 12.0724 24.8469 15.3498C24.8185 18.6273 23.5038 21.7624 21.1862 24.08C18.8686 26.3976 15.7335 27.7123 12.456 27.7407C9.17857 27.7692 6.02104 26.5093 3.66351 24.2323ZM19.576 22.4698C21.4524 20.5934 22.5066 18.0485 22.5066 15.3948C22.5066 12.7412 21.4524 10.1962 19.576 8.31981C17.6996 6.44341 15.1547 5.38925 12.501 5.38925C9.84737 5.38925 7.30242 6.44341 5.42601 8.31981C3.54961 10.1962 2.49545 12.7412 2.49545 15.3948C2.49545 18.0485 3.54961 20.5934 5.42601 22.4698C7.30242 24.3462 9.84737 25.4004 12.501 25.4004C15.1547 25.4004 17.6996 24.3462 19.576 22.4698ZM8.37601 14.5073L11.251 17.3948L16.626 12.0198L18.376 13.7948L11.251 20.8948L6.62601 16.2698L8.37601 14.4948V14.5073Z' fill='%23008D7B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_107_15944'%3E%3Crect width='25' height='27' fill='white' transform='translate(0 0.89502)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
 top: 17px;
    left: 15px;
}

.section-no-111 .btn--red {
    min-width: 29rem;
    min-height: 4rem;
}

.section-no-111 .clm-3{
  max-width: 35rem;
  margin: 0 auto;
}

@media(max-width: 992px){

  .section-no-111 ul {
    margin: 0 auto;
    display: flex;
    gap: 20px;
  }

 
  
  .section-no-111 .clm-3{
    max-width: 100%;
    margin: 0 auto;
  }

   .section-no-111 .clm-3 li{
    flex: 0 1 32%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 767px){

   .section-no-111 ul {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  
  .section-no-111 ul li {
    margin-bottom: 15px;
  }

  .section-no-111 ul li {
    gap: 5px;
  }
}
@media(max-width: 480px){
  .section-no-111 .btn--red {
    min-width: 100%;
    min-height: 3.2rem;
  }
}
1