html {
  scroll-behavior: smooth;
}

.text-white {
  color: white;
}

.grey-bg {
  background-color: var(--color-light-grey) !important;
}

.white-bg {
  background-color: var(--color-white) !important;
}

.links-white {
  color: white !important;
  text-decoration: none !important;
}

.links-white:hover {
  text-decoration: underline !important;
}

.rte-w-img-text-group .primary-title {
  font-size: 3.2rem;
}

.tab-img {
  max-width: 450px;
}

.ver-center {
  padding-block: 0.4rem;
}

.arch-img {
  object-fit: fill;
  min-height: 100%;
  max-width: 50%;
}

@media (min-width: 930px) {
  .arch-img {
    min-height: 26rem !important;
    object-fit: cover !important;
    max-width: 100% !important;
  }
}

.reduce-image {
  padding: 6rem;
}

@media only screen and (max-width: 600px) {
  .reduce-image {
    padding: 1rem;
  }
}

.bottom-cta-white {
  background-color: white !important;
  padding-top: 100px !important;
}
/* For use with svg logos placed in the hero */
.hero-logo {
  max-width: 650px;
  margin-top: -15rem;
}

@media only screen and (max-width: 1000px) {
  .hero-logo {
    margin-top: 0;
  }
}
.one-per-line {
  grid-template-columns: repeat(1, 1fr) !important;
}
.big-icon {
  font-size: 6rem;
  padding-bottom: 20px;
  min-width: 60px;
  text-align: center;
}
.partner-logo-gs {
filter: saturate(0);
transition: ease-in-out 300ms;
}
.partner-logo-gs:hover {
filter: saturate(1);
transform: scale(1.1);
}
.big-quote-container {
  max-width: 800px;
  margin: auto;
  padding-left: 30px;
  }
.big-quote {
font-size: 4rem;
font-weight: 900;
color: var(--color-brave-blue);
}
.big-quote-name {
    color: var(--color-care-blue)
}
.big-quote-mark-position {
    margin-left: -20px;
}
.quote-mark-size {
    font-size: 4rem;
}
.quote-image {
        max-width: 100px;
border-radius: 50%;
    }
.sbox {
      box-shadow: 2px 5px 20px rgba(189, 189, 189, 0.5);
  }
  /*3-3-23*/
  .links-phone  {
    font-weight: bold;
}