.ban_sec {
  /* background: #72b724; */
  padding: 0px 33px;
  border-radius: 20px;
}

.ban_img {
  position: relative;
}

/* .ban_text {
    position: absolute;
    top: 50%;
    left: 6%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.ban_text strong {
  font: 800 62.22px/70px "Montserrat", sans-serif;
  color: #44d337;
  text-transform: uppercase;
}

.ban_text strong span {
  font: 400 44.44px/52px "Montserrat", sans-serif;
  letter-spacing: 3px;
}

.ban_text p {
  font: 400 25px/30px "Montserrat", sans-serif;
  color: #000000;
  margin: 7px 0 25px;
}

.ban_text a {
  display: inline-block;
  font: 800 19.39px/24px "Montserrat", sans-serif;
  background: #44d337;
  border-radius: 26px;
  color: #fff;
  padding: 12px 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }

  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }

  .ban_text strong span {
    font-size: 37px;
  }

  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
  }

  .ban_text strong span {
    font-size: 28px;
    color: #fff;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .ban_text p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
  }

  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
  .ban_sec {
    padding: 23px;
    background: #72b724;
  }
}

@media only screen and (max-width: 767px) {
  .ban_img img {
    width: -webkit-fill-available;
  }
}
@media only screen and (min-width: 769px) {
  .ban_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (max-width: 575px) {
  .ban_text strong {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  .ban_text {
    left: 2%;
  }
}
