/* Title, Content & Image block (tci_) */
.tci_wrapper {
  max-width: 1277px;
  margin: 0 auto;
  padding: 0 var(--container-padding, 24px) 83px;
  font-family: var(--font-heebo, 'Heebo', sans-serif);
}

.tci_text {
	max-width: 656px;
	margin: 0 auto 52px;
}

.tci_title {
  margin: 0 0 45px;
  color: var(--color-primary);
  text-align: center;
}

.tci_content {
  color: var(--color-text);
	text-align: center;
}

.tci_content p {
  margin: 0 0 1em;
}

.tci_content p:last-child {
  margin-bottom: 0;
}

.tci_content strong {
  font-weight: 700;
}

.tci_content a {
  color: var(--color-primary);
  text-decoration: none;
}

.tci_content a:hover {
  text-decoration: underline;
}

.tci_image_wrap {
  width: 100%;
	height: 504px;
}

.tci_image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
	object-position: center;
}

@media (max-width: 768px) {
  .tci_wrapper {
    padding-bottom: 48px;
  }
	.tci_image_wrap {
		height: 250px;
	}
  .tci_text {
    margin-bottom: 1.25rem;
  }

  .tci_title {
    margin-bottom: 0.75rem;
  }
}
