.centered-visual-section {
  /* background: linear-gradient(to bottom, #dff0fa, #a8d8f0, #4a9ec4, #023049); */
  position: relative;
}
.centered-visual-section .section-heading {
  margin-bottom: 25px;
}
.centered-visual-section::before {
  position: absolute;
  height: calc(100% - 100px);
  bottom: 0;
  width: 100%;
  background: radial-gradient(
    55.78% 178.49% at 50.24% 215.2%,
    #7bbeea 0%,
    #7bbeea 10%,
    #005288 30%,
    #023049 40%,
    #005288 50%,
    #ffffff 100%
  );
  opacity: 0.3;
  content: "";
}
.centered-visual-section-inner {
  text-align: center;
}

.centered-visual-section-inner h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #023049;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 24px;
}

.centered-visual-section-inner img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .centered-visual-section-inner h2 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .centered-visual-section-inner {
    padding-top: 20px;
  }

  .centered-visual-section-inner h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
@media (max-width: 320px) {
  .centered-visual-section-inner h2 {
    font-size: 17px !important;
    line-height: 1.35 !important;
  }
}
