body,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: Candara, Manrope,sans-serif;
}

.page-home table {
    max-width: 100% !important;
}

.page-home #custom-text h2 {
    font-size: 1.375rem;
    text-transform:inherit;
    font-weight: 700;
}

#search_widget {
    display: none;
}

.breadcrumb {
    display: none;
}

.block-category #category-description {
    width: 100%;
}
 
.block-category img {
    width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .header-top {
        display: none;
    }

    .is-open .header-top {
        display: block;
    }

    #custom-text {
        padding-inline: 0;
    }

    #custom-text p {
        padding-inline: 1rem;
    }
  .page-home iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
  }

  .page-cms-7 iframe {
    width: 100% !important;
    height: auto;
    aspect-ratio: 16/9;
  }

  .page-home table td {
    display: block;
  }

  .page-home table tr:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }

  .page-home table p {
    text-align: left !important;
  }
}