.cs-image-with-text .grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
  justify-content: center;
  max-width: 90rem;
  margin: 0 auto;
  gap: 2rem;
}
@media screen and (max-width: 990px) {
  .cs-image-with-text .grid {
    grid-template-columns: 1fr !important;
  }
}
.cs-image-with-text .main-heading .h1 {
  text-align: center;
  margin-bottom: 4rem !important;
  font-size: calc(var(--font-heading-scale) * 6rem);
}
.cs-image-with-text .image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 990px) {
  .cs-image-with-text .content h2 {
    font-size: calc(var(--font-heading-scale) * 5rem);
  }
}