.sd-image-with-text-section__heading {
  margin-bottom: 40px;
}
.sd-image-with-text-section__content {
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.sd-image-with-text-section__content a {
  color: #3D8FC2;
}
.sd-image-with-text-section__content a:hover {
  color: #3D8FC2;
}

@media screen and (min-width: 750px) {
  .sd-image-with-text-section__heading {
    margin-bottom: 24px;
  }
  .sd-image-with-text-section__content.flex.f-d-column-reverse {
    gap: 60px;
    flex-direction: row;
  }
}