.hours-a__schedule .hours-a__schedule--border {
  padding: 0 10px;
}

.section-copyright .copyright__container, 
.section-copyright #copyright__container {
  padding-top: 0;
  padding-bottom: 0;
}
.section-overlap-container .section__bg--light-1::before {
    background-color: #ffffffbf;
}
.section--light .component__button--3,
.section--light .banner .component__button--2.cta__button {
  background-color: #004E98!important;
  border: 1px solid #004E98!important;
  font-weight: bold;
}

.section--light .component__button--3:hover,
.section--light .banner .component__button--2.cta__button:hover {
  color: #fff !important;
  border: 1px solid #0068CB!important;
  background-color: #0068CB!important;
}

.section--dark .component__button--1:hover {
  color: #fff;
  background-color: #0068CB;
}

.section--light .editable__container h2, .section--light .editable__container h3 {
  color: #000;
}
.bladeImg {
    margin-top: -50px;
}
/* .hs-wrapper img {
    float: left;
    width: 210px;
    margin: 20px;
    max-width: 100%;
} */
.hs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hs-item {
  display: flex;
  flex: 1;
  min-width: 0;
}

.hs-item img {
  max-width: 250px; /* Adjust the width of the image */
  height: auto;
}

.hs-text {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hs-text h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.hs-text p {
  margin-top: 0;
  flex-grow: 1; /* Fill remaining space */
}

span.blue-text {
    color: #004e98!Important;
    font-weight: bold!important;
}
/* .hs-wrapper {
    background: #fff;
    width: auto!important;
    height: 25vh;
    box-shadow: 0px 0px 5px 1px #b3aeae;
} */
@media (min-width: 768px) { 
.banner-c .banner-c__text .banner-text__title--extraLarge {
  font-size: 2.5rem;
  line-height: 3rem;
}
}
@media (max-width: 767px) {
      .hs-item {
    flex: 1 0 100%;
  }

  .hs-item img {
    max-width: 100%;
  }
}