.why-choose {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
}
h1,
h2,
h3,
h5,
h5,
h6 {
  font-family: "poppins", sans-serif;
}

.section-2.style-css {
  margin-top: 60px;
}

.bg-red-img.bg-black-img img {
  top: -16px !important;
}

.section-2-content.height-change,
.section-5-content.height-change {
  min-height: 366px;
}

.section-5-content.height-change {
  padding-left: 1.5rem;
}

.section-2-content.height-change {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aboutus-bg-img {
  background-image: url("../images/Group 57.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 845px; */
  min-height: 980px;
}

.section-3.margin-css-aboutus {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 60px;
}

h2 {
  font-size: 30px;
}

.section-mission {
  margin-top: -154px;
  margin-bottom: 70px;
}

.section-mission .section-2-content {
  min-width: 1000px;
  min-height: 270px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f4044;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

.section-mission .section-2-content .content2 {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-mission .content2 h2::before {
  display: none;
  pointer-events: none;
  opacity: 0;
}

.section-mission .content2 h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-team.ceo {
  padding: 100px 0 40px 0;
}

@media (max-width: 1199px) {
  .section-mission .section-2-content {
    min-width: 100%;
  }
}

@media (max-width: 991px) {
  .section-mission br {
    display: none;
  }

  .card.card-body .bg-img img {
    width: 100%;
  }

  /* .aboutus-bg-img {
    min-height: 980px;
  } */
}

@media (max-width: 767px) {
  .section-2.style-css {
    margin-top: 0px;
  }

  .section-2-content.height-change,
  .section-5-content.height-change {
    min-height: auto;
  }

  .aboutus-bg-img {
    min-height: 1590px;
  }

  .section-team.ceo {
    padding: 70px 0 40px 0;
  }

  .section-3-content {
    margin-left: 0rem;
  }

  .why-choose {
    margin-top: 5rem;
  }
}
@media (max-width: 575px) {
  .section-mission {
    margin-top: 0px;
  }

  .aboutus-bg-img {
    min-height: 980px;
  }

  .section-2-content.height-change,
  .content3 {
    padding-left: 1.5rem;
  }
}

@media (max-width: 480px) {
  .slider-content .content1 h1,
  .why-choose {
    font-size: 35px;
  }

  .section-mission .content2 p {
    padding: 1rem 1.5rem;
    margin-right: 0;
    text-align: justify !important;
  }
}

.img-men img {
  width: 100%;
}
