/* .about-main-img{
    width: 100%;
} */

.card-wrapper {
  background: #fff;
  margin-bottom: 29px;
}

.card-wrapper:last-child {
  margin-bottom: 0px;
}

.card-wrapper > span {
  min-width: 210px;
  max-width: 210px;
  height: 300px;
}

.card-wrapper > span > img {
  width: 100%;
  height: 100%;
}

.card-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.card-content-wrapper > h4 {
  color: #000;
  font-size:28px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
}

 
.bottum-title {
  font-size: 45px;
  font-weight: 700;
  counter-reset: #000;
}

.ehs-card-wrapper {
  background: #fff;
  padding: 0;
}

.ehs-card-wrapper > span {
  width: 330px;
}
.ehs-card-wrapper > span > img {
  width: 100%;
}

.ehs-card-content {
  padding: 20px;
}

.ehs-card-content > h4 {
  color: #000;
  font-size:28px;
  font-weight: 800;
  line-height: 28px;
  text-transform: uppercase;
}

.card-content-p > p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: initial;
}

.ehs-card-wrapper {
  width: calc(25% - 18px);
}

@media (max-width: 1366px) {
  .card-wrapper > span {
    min-width: 150px;
    height: 224px;
  }
  .ehs-card-wrapper {
    width: calc(33% - 18px);
  }
  .card-content-wrapper > p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .ehs-card-wrapper {
    width: calc(50% - 18px) !important;
  }
  .card-content-wrapper > p {
    font-size: 14px;
    line-height: 18px;
  }
  .ehs-card-content > h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .card-content-wrapper > h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .bottum-title{
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .ehs-card-wrapper {
    width: 100% !important;
  }
  .card-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
  }
  .ehs-card-content > h4 {
    font-size: 16px;
    line-height: 24px;
  }
 .card-content-wrapper > h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 517px) {
  .card-content-wrapper > p {
    font-size: 13px;
    line-height: 16px;
  }

  .card-content-p > p {
    font-size: 13px !important;
    line-height: 16px !important;
  }

  .card-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
  }
}
