section h2 {
  font-size: 3rem !important;
  font-family: "Kumbh Sans", sans-serif !important;
  font-weight: 800 !important;
  margin-bottom: 20px !important;
  color: #000 !important;
}

.first-section h1 {
  font-size: 80px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.first-section h2 {
  font-size: 2rem !important;
  font-family: "Kumbh Sans", sans-serif;
}
.first-section p {
  font-size: 1.2rem !important;
  font-family: "Kumbh Sans", sans-serif;
}

.content-info {
  background-image: url(/assets/imgs/bg.svg), radial-gradient(circle, rgb(255, 156, 54), rgb(253, 128, 0));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.second-section {
  background: #fff;
  position: relative;
}
.second-section .main-box {
  width: 60% !important;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.second-section h2 {
  font-size: 90px !important;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.second-section .desc {
  font-size: 1.65rem !important;
  font-weight: 500;
  color: #000;
  font-family: "Kumbh Sans", sans-serif;
  margin-bottom: 40px;
}
.second-section .globalbtn {
  border-radius: 0px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 20px;
}
.second-section .globalbtn-2 {
  background: #fff;
  border-bottom: 4px solid #a03900;
  color: #a03900;
  padding: 4px 30px;
}
.second-section .bg-layers {
  position: absolute;
  width: 250px;
}
.second-section .bg-layers-1 {
  top: 60px;
  right: 0px;
}
.second-section .bg-layers-2 {
  bottom: 60px;
  left: 0px;
}
.second-section .bg-layers-3 {
  bottom: 60px;
  right: 0px;
}
.second-section .bg-layers-4 {
  top: 60px;
  left: 0px;
}

.third-section {
  padding-bottom: 80px;
}
.third-section h2 {
  font-size: 90px !important;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.third-section-child {
  margin-top: -160px;
  background: transparent;
  margin-bottom: 30px;
}
.third-section-child .info-card {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  padding: 20px;
  text-align: center;
  position: relative;
}
.third-section-child .info-card .hrline {
  position: absolute;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.forth-section {
  background: #ebebf3;
}
.forth-section .info-card {
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding-top: 30px;
}
.forth-section .info-card img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.forth-section .info-card .heading {
  font-family: "Kumbh Sans", sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}
.forth-section .info-card .globalbtn {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 14px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .second-section {
    padding-bottom: 100px !important;
  }
  .second-section .main-box {
    width: 100% !important;
  }
  .second-section .bg-layers {
    position: absolute;
    width: 150px;
  }
  .second-section h2 {
    font-size: 32px !important;
    margin-top: 110px !important;
  }
  .second-section .bg-layers-1 {
    top: 15px;
  }
  .second-section .desc {
    font-size: 1rem !important;
    margin-bottom: 20px;
  }
  .third-section h2 {
    font-size: 32px !important;
  }
  .third-section-child {
    margin-top: 0px;
    background: transparent;
    margin-bottom: 30px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .first-section h1 {
    font-size: 30px;
  }
  .first-section h2 {
    font-size: 1.5rem !important;
  }
  .first-section p {
    font-size: 1rem !important;
  }
  .first-section .group-info img {
    width: 75% !important;
    margin-bottom: 50px;
  }
  .first-section .group-info .first-anchor img {
    margin-left: auto;
  }
  .first-section .group-info .second-anchor img {
    margin-right: auto;
  }
  section h2 {
    font-size: 1.5rem !important;
  }
  .forth-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .forth-section .info-card {
    margin-bottom: 30px;
  }
  .third-section {
    padding-bottom: 0px;
  }
  .third-section h2 {
    margin-bottom: 0px !important;
  }
  .forth-section .info-card img {
    height: 340px;
  }
}/*# sourceMappingURL=customer.css.map */