/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: get-color(seashell);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: get-color(jelly-bean);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.ro {
  margin: 30px 0;
}
.ro__header {
  text-align: center;
}
@media (min-width: 769px) {
  .ro__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    text-align: initial;
  }
}
.ro__heading {
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 40px;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 769px) {
  .ro__heading {
    text-align: initial;
    margin: 0 0 55px;
  }
}
.ro__cta {
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 40px;
  line-height: 32px;
  display: block;
}
.ro__cta:hover {
  color: initial;
}
.ro__cta svg {
  margin-left: 10px;
}
@media (min-width: 769px) {
  .ro__cta {
    margin: 0 0 55px;
  }
}
@media (min-width: 769px) {
  .ro__grid {
    width: 100%;
    display: flex;
  }
}
.ro__grid-item {
  margin: 0 auto 57px;
  max-width: 396px;
}
.ro__grid-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  .ro__grid-item {
    margin: 0 47px 0 0;
    width: 100%;
  }
  .ro__grid-item:last-child {
    margin-right: 0;
  }
}
.ro .box {
  position: relative;
  margin: 0 0 23px;
  display: flex;
  width: 100%;
}
.ro .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  width: calc(100% - 6px);
  height: 3px;
  background: var(--teal);
  transition: height 0.3s ease-in-out;
  z-index: -1;
}
.ro__image-container {
  margin: 3px;
  width: 100%;
  position: relative;
}
.ro__image-container:after {
  display: block;
  content: "";
  /* keep aspect ratio */
  padding-bottom: 52.7704485488%;
}
.ro__image-container img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ro__link {
  display: block;
}
.ro__link:hover .box:before, .ro__link:active .box:before, .ro__link:focus .box:before {
  left: 0;
  width: 100%;
  height: 100%;
}
.ro__title {
  color: var(--black);
}

/*# sourceMappingURL=related_offerings.css.map */
