.image-with-text--section .image-with-text__heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom:15px;
}

.image-with-text--section  .image-with-text__text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

@media screen and (max-width: 1023px){
  .image-with-text--section .image-with-text__heading {
        font-size: 36px;
  }
}