.relationship {
  padding-top: 74px;
  padding-bottom: 118px;
  background-color: #22207B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.relationship * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 47.9375em) {
  .relationship .relationship-grid {
    row-gap: 48px;
  }
}
.relationship .relationship-block-single {
  padding: 24px;
  background-color: #F9EEBB;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.9;
}
@media screen and (min-width: 48em) {
  .relationship .relationship-block-single:hover {
    opacity: 1;
  }
}
.relationship .relationship-block-single .post-sub-heading {
  font-family: var(--font-roboto-mono);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  color: #262626;
}
.relationship .relationship-block-single .post-heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #0000FF;
  margin-bottom: 24px;
}
@media screen and (max-width: 89.9375em) {
  .relationship .relationship-block-single .post-heading {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .relationship .relationship-block-single .post-heading {
    margin-bottom: 24px;
  }
}
.relationship .relationship-block-single .post-image {
  height: 0;
  padding-bottom: 69%;
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
.relationship .relationship-block-single .post-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 64em) {
  .relationship .relationship-block-single .post-image {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .relationship .relationship-block-single .post-image {
    margin-bottom: 24px;
  }
}
.relationship .relationship-block-single .post-excerpt {
  font-family: var(--font-roboto);
  font-size: 16px;
  line-height: 1.6;
  color: #262626;
  margin-bottom: 24px;
}
@media screen and (max-width: 64em) {
  .relationship .relationship-block-single .post-excerpt {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 47.9375em) {
  .relationship .relationship-block-single .post-excerpt {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
.relationship .relationship-block-single .post-button {
  display: block;
  border: 1px solid #262626;
  padding: 16px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  font-family: var(--font-roboto-mono);
  font-style: normal;
  font-weight: 400;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  .relationship .relationship-block-single .post-button {
    font-size: 14px;
  }
}
@media screen and (min-width: 48em) {
  .relationship .relationship-block-single .post-button:hover {
    background-color: #22207B;
    color: #fff;
  }
}
@media screen and (max-width: 47.9375em) {
  .relationship .relationship-block-single {
    padding: 16px;
  }
}
@media screen and (max-width: 64em) {
  .relationship {
    padding-top: 109px;
    padding-bottom: 51px;
  }
}
@media screen and (max-width: 47.9375em) {
  .relationship {
    padding-top: 22px;
    padding-bottom: 30px;
  }
}