.custom-media-text-section .media-with-text-heading{font-size: 35px; font-weight: 600; margin-bottom: 28px; font-family: var(--font-heading-family);}
.custom-media-text-section .media-with-text-media-item img{ border-radius: calc(var(--border-radius-base) - 8px);}



/* Responsive css */

@media only screen and (max-width: 749px) {
  .custom-media-text-section .media-with-text-heading{font-size: 26px; margin-bottom: 16px;}
  .custom-media-text-section .media-with-text-text-item {padding: 0;}
}