* {
  box-sizing: border-box; }

.custom-media-text {
  margin-bottom: 1.875rem; }
  @media screen and (min-width: 600px) {
    .custom-media-text {
      margin-bottom: 3.125rem; } }
  @media screen and (min-width: 900px) {
    .custom-media-text {
      margin: 0 auto 5.875rem; } }
  .custom-media-text.alignwide {
    max-width: 76.875rem; }
  @media screen and (min-width: 600px) {
    .custom-media-text__wrapper {
      display: grid;
      grid-template-columns: 57.3% 42.7%;
      align-items: center; } }
  @media screen and (min-width: 600px) {
    .custom-media-text__wrapper.position-right {
      grid-template-columns: 42.7% 57.3%; } }
  @media screen and (min-width: 600px) {
    .position-right > .custom-media-text__media {
      grid-column: 2; } }
  .custom-media-text__content {
    background: #fff;
    padding: 1.875rem; }
    @media screen and (min-width: 600px) {
      .custom-media-text__content {
        padding: 2.8125rem; } }
    @media screen and (min-width: 600px) {
      .position-left .custom-media-text__content {
        transform: translateX(-5.625rem); } }
    @media screen and (min-width: 600px) {
      .position-right .custom-media-text__content {
        grid-column: 1;
        transform: translateX(5.625rem);
        grid-row: 1;
        padding-left: 0; } }
  .custom-media-text__title {
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 600px) {
      .custom-media-text__title {
        font-size: 2.25rem; } }
    .custom-media-text__title-link {
      font: 500 2.5rem / 1.2 "Overpass", sans-serif;
      color: #191919;
      letter-spacing: -0.02em;
      margin-bottom: 0.75rem;
      display: block;
      text-shadow: none !important;
      background: none !important; }
  .custom-media-text__text {
    font: 400 0.875rem / 1.4 "Work Sans", sans-serif;
    margin-bottom: 1.25rem;
    color: #3C3C3C; }
  .custom-media-text .wp-block-buttons.no-bg-button .wp-block-button__link {
    font-size: 0.75rem;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    color: #327DA2;
    padding: 0;
    border: none;
    padding: 0 1.3125rem 0 0;
    background: url(../../../dist/images/arrow-right.svg) no-repeat 100% 50%; }
    .custom-media-text .wp-block-buttons.no-bg-button .wp-block-button__link:hover {
      color: #DB1E0C; }
  .custom-media-text__categories {
    margin-bottom: 0.8125rem; }
    .custom-media-text__categories svg {
      fill: none;
      margin-right: 0.5rem; }
      .custom-media-text__categories svg circle {
        stroke: #327DA2; }
      .custom-media-text__categories svg path {
        fill: #327DA2; }
  .custom-media-text__link {
    text-shadow: none !important;
    background-image: none !important;
    font: 700 0.6875rem / 1.4 "Overpass", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #DB1E0C;
    text-decoration: none; }
    .custom-media-text__link:not(.custom-media-text__link:last-child):after {
      content: ',';
      margin-right: 0.5rem;
      color: #191919; }
  .custom-media-text__meta {
    text-transform: capitalize;
    font: 400 0.75rem / 1.4 "Work Sans", sans-serif; }
    .custom-media-text__meta span:first-child {
      padding-right: 0.5rem;
      margin-right: 0.5rem;
      border-right: 1px dotted rgba(25, 25, 25, 0.5); }
  .custom-media-text .animate__fadeInRight {
    animation-delay: .5s; }
