.variable-test {
  font-size: var(--headings-h2);
}

@media (max-width: 768px) {
  .paragraph--type--text-image-4-3 .text-image-4-3 .content-container .left-container .actual-content .text-image-4-3-title .component-title {
    font-size: 24px !important;
  }
}
.paragraph--type--text-image-4-3 .text-image-4-3 .content-container .left-container .subscribe-container .textfield-subscribe .textfield-subscribe-input::placeholder {
  color: #B3B3B3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.paragraph--type--text-image-4-3 .text-image-4-3 .content-container .right-container .image-container {
  padding: 8px;
  border-radius: var(--radius-4xl, 24px);
  background: var(--ui-gray-50, #F7F7F7);
}
.paragraph--type--text-image-4-3 .text-image-4-3 .content-container .right-container .image-container img {
  object-fit: cover;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--alpha-black-16, rgba(0, 0, 0, 0.16));
  background: #F7F7F7;
  /* shadows/shadow-lg */
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

/*# sourceMappingURL=text-image-4-3.css.map */
