.strength-section {
  text-align: center;
  padding: 80px 20px;
  background: #F8F8F8;
}

.strength-h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
  color: black;
}

.strength-h2-sub {
  font-weight: 400;
  margin-bottom: 15px;
  color: #004296;
}

.strength-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  max-width: 1000px;
  margin: 80px auto 0 auto;
}

.strength-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-direction: row;
  gap: 40px;
  padding: 50px 60px;
  position: relative;
  text-align: left;
  width: 100%;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15), 0 30px 30px -30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  background: white;
  border: 0;
}

.strength-img {
    width: 400px;
    max-width: 100%;
    margin-top: 20px;
}

.strenth-txbox {
  margin-top: 20px;
}

.strength-number {
  position: absolute;
  font-size: 130px;
  top: -60px;
  left: 60px;
  margin: 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
font-weight: 700;
font-style: italic;
-webkit-text-stroke: 2px #004296;
color: white;
}

.strength-box {
  text-align: left;
}

.strength-h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
  text-align: left;
}

.strength-p {
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 1020px) {
  .strength-wrapper {
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .strength-wrapper {
    gap: 60px;
    max-width: 800px;
  }
  .strength-box {
    gap: 20px;
    padding: 30px;
  }
  .strength-number {
    font-size: 80px;
    left: 30px;
    top: -40px;
  }
  .strength-img {
    width: 250px;
  }
  .strength-h3 {
    margin-top: 20px;
  }
  .strength-img {
      margin-top: 0px;
  }

  .strenth-txbox {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .strength-wrapper {
    gap: 50px;
    margin-top: 55px;
  }
  .strength-box {
    flex-direction: column;
    padding: 30px 20px;
    gap: 15px;
  }
  .strength-number {
    left: 20px;
    font-size: 60px;
    top: -29px;
  }
  .strength-h3 {
    font-size: 18px;
    margin: 10px 0 10px 0;
  }
  .strength-h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .strength-p {
    font-size: 13px;
  }
  .strength-img {
width: 100%;
  }
}
