.image-with-text-custom__feature-items {
  display: grid;
  gap: 24px 40px;
  width: 100%;
}

.image-with-text-custom__feature-items--columns-1 {
  grid-template-columns: 1fr;
}

.image-with-text-custom__feature-items--columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.image-with-text-custom__feature-item h6 {
  margin-bottom: 8px;
}

.image-with-text-custom:has(.image-with-text-custom__feature-items) .image-with-text__text.block {
  font-size: 14px;

   h5{
    font-size: 14px;
   }
   h5 + p{
    font-size: 12px;
   }
   strong {
    color: var(--color-text-heading);
   }

   @media (min-width: 768px) {
    font-size: 16px;
    h5{
      font-size: 16px;
     }

     h5 + p{
      font-size: 14px;
      margin-bottom: 2.4rem;
     }
     
     h5 + p:last-child{
      margin-bottom: 0;
     }
   }
}

.image-with-text-custom__feature-items {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .image-with-text-custom__container-inner.image-with-text--mobile-image-bottom {
    flex-direction: column-reverse;
  }

  .image-with-text-custom__container-inner > .f-column {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .image-with-text-custom .image-with-text-custom__container-inner {
    --image-with-text-column-gap: 40px !important;
  }
}

.image-with-text-custom .btn.btn--secondary  {
  background-color: transparent;
  text-transform: none;
  font-family: Fonts/Body;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.07rem;
  min-height: 52px;
  min-width: 242px;
}
