.hero-section__image-group img {
  filter: drop-shadow(-5px 5px 50px rgba(108, 113, 114, 0.1));
  border-radius: 2%;
}

.hero-section__image-group--card {
  position: absolute;
  bottom: -5.6%;
  left: -5.7%;
  width: 22.7%;
}
.hero-section__image-group--card img {
  filter: drop-shadow(0px 140.083px 344.604px rgba(121, 149, 199, 0.21));
}

.hero-section__image-group--circel {
  position: absolute;
  top: -25%;
  left: -6%;
  width: 94%;
  z-index: -1;
}
.banner.banner-03 {
  padding-top: 150px !important;
  padding-bottom: 80px!important;
    background: #175cdb !important;
}
.bannerbg {
  padding-top: 150px !important;
  padding-bottom: 80px!important;
    background: #175cdb !important;
}


.hero-section__content--btn-group .btn-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.hero-section__content--btn-group .btn {
  min-width: 180px;
  margin-bottom: 25px;
  height: 60px;
}
.hero-section__content--btn-group .btn-2 {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
}

.hero-section__content--btn-group .btn-2 img {
  margin-right: 10px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
  }

  .modal-content {
    position: relative;
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    margin-top: 10%;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
  }

  .close:hover {
    color: #bbb;
  }

@media (min-width: 768px) {
  .hero-btn {
    font-size: 18px !important;
  }
}


@media (min-width: 768px) {
  .banner.banner-03 {
    padding-top: 115px!important;
    padding-bottom: 70px!important;
  }
}
@media (min-width: 992px) {
  .banner.banner-03 {
    padding-top: 216px!important;
    padding-bottom: 197px!important;
  }
}



@media (min-width: 1200px) {
  .hero-section__image-group {
    margin-right: -66%;
  }
}
@media (min-width: 992px) {
  .hero-section__image-group {
    margin-bottom: 0;
  }
}
.hero-section__image-group {
  position: relative;
  margin-bottom: 60px;
}