.tblog-content-section {
  padding: clamp(4rem, 8vw, 7.5rem) 0;
  background: #fff;
  color: var(--tblog-heading);
}

.tblog-content-section--home-features {
	padding: 120px 0;
	background: transparent;
}

.tblog-content-section--home-features .features-image > img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 1440px) {
	.tblog-content-section--home-features {
		padding-block: 140px;
	}
}

@media screen and (max-width: 991px) {
	.tblog-content-section--home-features {
		padding-block: 100px;
	}
}

.tblog-content-section--soft {
  background: var(--tblog-light);
}

.tblog-content-section--navy {
  background: var(--tblog-navy);
  color: #fff;
}

.tblog-content-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.tblog-content-section--image-right .tblog-content-section__copy {
  order: -1;
}

.tblog-content-section--image-none .tblog-content-section__layout {
  grid-template-columns: minmax(0, 56rem);
}

.tblog-content-section__media {
  margin: 0;
  overflow: hidden;
  min-height: clamp(18rem, 36vw, 36rem);
}

.tblog-content-section__media img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.tblog-content-section__eyebrow {
  margin: 0 0 1rem;
  color: var(--tblog-red);
  font-family: var(--wp--preset--font-family--system-sans);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tblog-content-section__title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.04;
}

.tblog-content-section__body {
  margin-top: 1.5rem;
  color: var(--tblog-body);
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.8;
}

.tblog-content-section--navy .tblog-content-section__body {
  color: rgba(255, 255, 255, .78);
}

.tblog-content-section__body > :first-child {
  margin-top: 0;
}

.tblog-content-section__body > :last-child {
  margin-bottom: 0;
}

.tblog-content-section__items {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
}

.tblog-content-section__items li {
  position: relative;
  padding-left: 1.75rem;
}

.tblog-content-section__items li::before {
  content: "";
  position: absolute;
  top: .55rem;
  left: 0;
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: var(--tblog-red);
}

.tblog-content-section__items strong,
.tblog-content-section__items span {
  display: block;
}

.tblog-content-section__items span {
  margin-top: .25rem;
  color: var(--tblog-body);
  line-height: 1.65;
}

.tblog-content-section--navy .tblog-content-section__items span {
  color: rgba(255, 255, 255, .78);
}

/* WordPress' root block-gap rule resets the source section's leading margin. */
.additional-info-section.careers-info-title.wp-block-tblog-content-section {
	margin-top: 100px;
}

@media screen and (max-width: 991px) {
	.additional-info-section.careers-info-title.wp-block-tblog-content-section {
		margin-top: 40px;
	}
}

@media (max-width: 767px) {
	.additional-info-section.careers-info-title.wp-block-tblog-content-section {
		margin-top: 0;
	}

	.tblog-content-section--home-features {
		padding-block: 80px;
	}

  .tblog-content-section__layout {
    grid-template-columns: 1fr;
  }

  .tblog-content-section--image-right .tblog-content-section__copy {
    order: 0;
  }

  .tblog-content-section__media {
    min-height: 18rem;
  }
}
