.content-grid {
  display: grid;
  grid-template-columns: 60% 40%;
  padding-inline: 4rem;
  padding-block: 5rem;
}

.text-content {
  max-width: 540px;
  padding-left: 3rem;
  width: 100%;
}

.image-slider-with-text .h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: normal;
  margin: unset;
  letter-spacing: -.6px;
  color: #1C4A69;
}

.image-slider-with-text .content {
  font-size: 1.5rem;
  line-height: normal;
  color: #407AA0;
}