.txmc {
  position: relative;
}

.txmc-heading {
  max-width: 40.3125rem;
}

.txmc-heading h4 {
  font-size: 2rem;
  margin-bottom: 2.8125rem;
  line-height: 1;
  font-weight: 600;
  font-family: var(--body-font);
}

@media (min-width: 768px) {
  .txmc-heading h4 {
    font-size: 2.5rem;
    margin-bottom: 4.375rem;
  }
}

.txmc .row {
  row-gap: 5.25rem;
}

@media (min-width: 992px) {
  .txmc .row {
    --bs-gutter-x:  5.25rem;
  }
}

.txmc-box-img {
  position: relative;
  padding-top: 141.208791%;
}

.twocol .txmc-box-img {
  padding-top: 88.1%;
}

.txmc-box-img img {
  position: absolute;
  top: 0;
  width: 1000%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.txmc-box-content {
  margin-top: 1.875rem;
}

.txmc-box-content h5 {
  font-size: 2.25rem;
  font-family: var(--body-font);
  font-weight: 600;
  border-bottom: 1px solid rgba(43, 79, 137, 0.4);
  margin-bottom: 1rem;
  padding-bottom: 1.3rem;
}

@media (min-width: 768px) {
  .txmc-box-content h5 {
    font-size: 3rem;
  }
}

.txmc-box-content p, .txmc-box-content ul {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
