h2 {
  color: black;
  font-family: impact, Sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
h2::after {
  bottom: -26px;
  content: "";
  height: 7px;
  left: calc(50% - 2.5rem);
  position: absolute;
  width: 5rem;
  background: black;
  border-radius: 30px;
}
.section2 p {
  margin-left: 5vw;
  margin-right: 5vw;
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 2.5rem;
  color: gray;
}
.sect2Container {
  padding-left: 5vw;
  padding-right: 5vw;
  gap: 3rem;
}
.sect2Container div {
  border-left: 12px solid #1f98ed;
  flex: 1;
  padding: 1.25rem;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #1f98ed;
}
.sect2Container h3 {
  color: #393e46;
  font-weight: 600;
}
.sect2Container p {
  text-align: justify;
  margin: 0px;
  font-size: 16px;
  margin-top: 20px;
}
.valueSec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px 5vw;
}

.valueImg {
  width: 31%;
  background: #f3f5f7;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  padding-block-start: 24px;
  padding-block-end: 18px;
  padding-inline-start: 18px;
  padding-inline-end: 18px;
  gap: 20px;
  box-shadow: 0px 0px 3px 1px rgb(212, 212, 212);
  transition: all 0.3s;
  margin-bottom: 50px;
}

.valueImg div {
  margin-top: -45px;
  text-align: left;
}

.valueImg img {
  width: 25%;
}

.valueImg h3 {
  color: #545454;
  font-family: proxima nova alt bold, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
}

.valueImg p {
  color: #545454;
  font-family: myriad pro, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 0px;
}
.challengeDiv {
  padding-left: 5vw;
  padding-right: 5vw;
}

.challengeDiv h4 {
  color: #545454;
  font-family: proxima nova alt bold, Sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.challengeDiv p {
  color: #545454;
  font-family: myriad pro, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
  margin-top: 15px;
}
.section5 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.imgSection5 {
  width: 45%;
  background: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  border-radius: 9px;
  padding-block-start: 24px;
  padding-block-end: 18px;
  padding-inline-start: 18px;
  padding-inline-end: 18px;
  gap: 20px;
  box-shadow: 0px 0px 3px 1px rgb(212, 212, 212);
  transition: all 0.3s;
  margin-bottom: 20px;
}

.imgSection5 div {
  margin-top: -45px;
  text-align: left;
}

.imgSection5 img {
  height: 50px;
}

.imgSection5 h3 {
  color: #545454;
  font-family: proxima nova alt bold, Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.imgSection5 p {
  color: #545454;
  font-family: myriad pro, Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
.imageSection {
  position: relative;
}
.imageSection img {
  width: 100%;
  height: 82vh;
}
.imageSection div {
  position: absolute;
  left: 5vw;
  top: 0px;
  color: white;
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.imageSection section {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: #00132cd1;
  position: absolute;
}
.imageSection h3 {
  font-family: impact, Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
}
.imageSection p {
  font-family: proxima nova alt semi-bold, Sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
@media (max-width: 900px) {
  .valueImg {
    width: 45%;
  }
  .imgSection5 {
    width: 45%;
  }
  .imageSection img {
    height: auto;
  }
}
@media (max-width: 600px) {
  .valueImg {
    width: 100%;
  }
  .imgSection5 {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .imgSection5 {
    width: 100%;
  }
  .imageSection div {
    width: 80%;
  }
  .imageSection h2 {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .section2 h3 {
    font-size: 20px;
  }
  .imageSection div {
    width: 90%;
  }
  .imageSection h3 {
    font-size: 20px;
  }
  .imageSection p {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .imageSection div {
    width: 96%;
    left: 2vw;
  }
  .imageSection h3 {
    font-size: 14px;
  }
  .imageSection p {
    font-size: 10px;
    margin-top: 15px;
  }
}
@media (max-width: 300px) {
  .imageSection h3 {
    font-size: 14px;
  }
  .imageSection p {
    font-size: 10px;
    margin-top: 10px;
  }
}
