.custom-button-01.ask-here,
.custom-button-02.ask-here {
  font-size: 1.25rem !important;
  height: 70px !important;
  padding: 0 30px !important;
}

/* Home Banner + Video components  */
.home-banner {
  text-shadow: #000 1px 0 10px;
}

.video-container {
  width: 100% !important;
  height: 100% !important;
}

.home-banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  height: 100% !important;
  transform: translate(-50%, -50%);
}

#video-text {
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* End of home banner + Video */

.client-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.client-grid img {
  width: 362px;
  height: 100px;
  padding: 20px;
  object-fit: contain;
  object-position: center;
}

.testimonial {
  font-size: 3em;
  line-height: 1.1;
  color: white;
  border-left: 0;
  font-style: normal;
  font-weight: 600;
}

.testimonial cite {
  font-size: var(--font-size-44);
  font-style: normal;
  color: inherit;
  font-weight: 500;
  margin-block: 2rem;
}

.testimonial cite::before {
  content: unset;
}

.form-container {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  color: black;
}

.form-container p {
  color: black;
  font-weight: bold;
}

.licenses-wrap {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.licenses-wrap>.license {
  border-right: 1px solid white;
  padding-right: 1rem;
}

.licenses-wrap>.license:last-child {
  border-right: none;
  padding-right: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.licenses-wrap>.license>p {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .licenses-wrap>.license {
    width: 20%;
  }

  .licenses-wrap>.license:nth-child(4) {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .licenses-wrap>.license {
    width: 31%;
  }

  .licenses-wrap>.license:nth-child(4) {
    border-right: 1px solid white;
    padding-right: 1rem;
  }

  .licenses-wrap>.license:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 549px) {
  .licenses-wrap>.license {
    width: 47%;
  }

  .licenses-wrap>.license:nth-child(3n) {
    border-right: 1px solid white;
    padding-right: 1rem;
  }

  .licenses-wrap>.license:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }

}

@media screen and (max-width: 399px) {
  .licenses-wrap>.license {
    width: 100%;
    border-right: none !important;
    padding-right: 0 !important;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
  }
}
