.colored {
  color: #0eb0c8;
}
.border-color-iris-blue {
  border-color: #0eb0c8 !important;
}
.btn-iris--outline {
  background: transparent;
  color: #0eb0c8;
  border: 2px solid #0eb0c8;
  font-size: 16px !important;
  padding: 14px 30px !important;
}

.san-content-item {
  background: white;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  padding: 18px 34px;
  border-radius: 10px;
  margin-top: -20px;
  width: 730px;
  max-width: 100%;
}

.san-content-item h5 {
  margin-bottom: 10px !important;
  font-size: 24px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
}
.san-content-item h6 {
  font-size: 18px;
  width: 100% !important;
}

@media all and (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
  .center-mobile {
    justify-content: center !important;
    display: block !important;
  }
  .center-mobile .logo-wrap {
    text-align: center;
  }
  .san-logo img {
    max-width: 250px;
    padding-bottom: 20px;
  }
  .btn-iris--outline {
    background: #0eb0c8;
    border-color: #0eb0c8;
    color: #ffffff;
  }

  .san-intro h1 {
    font-size: 40px !important;
  }
  .san-intro h3 {
    font-size: 30px !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
  h4.smaller-mobile,
  h3.smaller-mobile {
    font-size: 22px !important;
  }
  .san-box.feature-box {
    padding: 20px;
  }
  .san-box .feature-box-icon {
    display: block !important;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .san-box .feature-box-content h5 {
    text-align: center;
  }
  .san-content-item {
    width: 100%;
  }
  .process-step-icon-wrap {
    display: none;
  }
  .san-content-item h5 {
    margin-bottom: 10px !important;
    font-size: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 5px;
  }
  .san-content-item h6 {
    font-size: 15px;
    width: 100% !important;
    line-height: 170%;
  }
  .san-cta {
    font-size: 35px !important;
  }
}
@media all and (min-width: 767px) {
  .hide-on-large {
    display: none !important;
  }
  .padding-left-right-50-only-big {
    padding-left: 50px;
    padding-right: 50px;
  }
}
