.axHeroSection {
  min-height: 80vh;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  background-color: #BC2E3F;
  background: linear-gradient(325deg, rgba(231,70,70,1) 0%, rgba(188,46,63,1) 100%);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.waveF {
  position: absolute;
  transform: scale(200%);
  top: -80px;
}

.axhHead {
  font-family: PoppinR;
  color: white;
  font-weight: normal;
  font-size: 50px;
  max-width: 800px;
  text-align: center;
}

.axhDesc {
  font-family: KarlaR;
  color: white;
  font-weight: normal;
  font-size: 20px;
  max-width: 800px;
  line-height: 1.5;
  text-align: center;
}

.sgiSection {
  min-height: 100vh;
  height: fit-content;
  padding: 100px 40px 100px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  background: linear-gradient(325deg, rgba(231,70,70,1) 0%, rgba(188,46,63,1) 100%);
  background-blend-mode: soft-light;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  overflow: hidden;
}

.spiSection {
  min-height: 100vh;
  height: fit-content;
  padding: 100px 40px 100px 40px;
  position: relative;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.aboutContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.abCard {
  width: 420px;
  height: 600px;
  border-radius: 20px;
  background-color: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding: 50px 40px 50px 40px;
}


.stfIcon {
  font-size: 80px;
  color: #BC2E3F;
}

.stfHead {
  font-weight: normal;
  font-family: PoppinM;
  font-size: 70px;
  color: #BC2E3F;
  margin-bottom: -20px;
}

.abHead {
  font-family: PoppinM;
  color: black;
  font-weight: normal;
  font-size: 30px;
  max-width: 800px;
  text-align: center;
}

.abHead span {
  color: #BC2E3F;
}

.abDesc {
  font-family: KarlaR;
  color: black;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.abPoints {
  font-family: KarlaR;
  color: black;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.abPoints i {
  color: #BC2E3F;
  font-size: 18px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.abPoints span {
  font-family: KarlaM;
  font-size: 20px;
}

.custom-shape-divider-top-1728306586 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1728306586 svg {
    position: relative;
    display: block;
    width: calc(113% + 1.3px);
    height: 55px;
}

.custom-shape-divider-top-1728306586 .shape-fill {
    fill: #FFFFFF;
}

.contactRow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.contactRow i {
  margin-right: 10px;
  color: #BC2E3F;
}

.contactRow .wp {
  color: green;
  font-size: 25px;
}

.contactRow a {
  font-size: 20px;
  color: black;
  font-family: KarlaM;
}


@media (max-width: 992px) {
   .axHeroSection {
     padding: 0 40px 0 40px;
   }
   .waveF {
     transform: scale(350%);
   }
}

@media (max-width: 786px ) {
  .waveF {
    transform: scale(450%);
  }
}

@media (max-width: 600px) {
  .axhHead {
    font-size: 35px;
  }
  .axhDesc {
    font-size: 18px;
  }
  .waveF {
    transform: scale(650%);
  }

  .abCard {
    width: 380px;
  }
}
