.image-with-text--section .image-with-text__heading{
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 16px;
}
.image-with-text--section .image-with-text{
  margin-top: 0;
  padding-block: 60px;
}
.image-with-text--section .image-with-text__container{
  align-items: center;
}
.image-with-text--section .image-with-text__text{
  font-size: 20px;
}
@media screen and (max-width: 1023px){
  .image-with-text--section .image-with-text{
    padding-block: 0;
  }
}