.ic-caption {
  font-family: var(--font-light);
  font-size: var(--body-extra-small-fs);
  line-height: var(--body-extra-small-lh);
}

.ic-static-content {
  font-family: var(--font-regular); }

.ic-image img {
  border-radius: 24px;
  height: 638px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
	.ic-image img {
  height: 346.793px;
}
}