/* Transparency in Healthcare Coverage page */

#transparency-section {
  margin-top: 170px;
  margin-bottom: 125px;
}

.thc-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 12px;
}

.thc-title {
  margin-bottom: 70px;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
}

.thc-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.thc-col {
  padding: 0 12px;
}

.thc-col-text {
  flex: 0 0 58%;
  max-width: 58%;
}

.thc-col-image {
  flex: 0 0 42%;
  max-width: 42%;
  text-align: right;
}

.thc-img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.thc-body p,
.thc-extra {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.thc-body a,
.thc-extra a {
  color: #1d52e1;
  text-decoration: underline;
}

/* Tablet */
@media (max-width: 992px) {
  #transparency-section {
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .thc-title {
    font-size: 38px;
    margin-bottom: 40px;
  }

  .thc-row {
    flex-direction: column;
  }

  .thc-col-text,
  .thc-col-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .thc-col-image {
    margin-top: 40px;
    text-align: center;
  }

  .thc-body p,
  .thc-extra {
    font-size: 16px;
  }
}

/* Phone */
@media (max-width: 576px) {
  #transparency-section {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .thc-title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .thc-body p,
  .thc-extra {
    font-size: 15px;
    line-height: 1.5;
  }
}
