.tacocat {
  color: #111111;
}

@media screen and (min-width: 900px) {
  .branch-list .card {
    margin-right: 20px;
  }
}

svg.table-check {
  background: url(/wp-content/uploads/2024/03/1589917504-check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

svg.table-check * {
  opacity: 0;
}

@media screen and (min-width: 900px) {
  .splide.is-initialized, .splide.is-rendered {
    z-index: 2;
  }
  .icon-area .f-section-header {
    font-size: 0;
  }
  .icon-block .icon img {
    height: 104px;
  }
  .product {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .splide__slide__container {
    height: auto !important;
  }
}
.wpcf7-radio span.wpcf7-list-item-label {
  display: none;
}