body {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}

.banner__1__content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}

.banner__1__content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.banner__1__img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner__1__img img {
  width: 100%;
  object-fit: cover;
  background-size: cover;
}

/* Banner 2 */

.banner__2__content {
  background: #dfdfdf;
  padding: 30px;
}

.banner__2__content h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.banner__2__img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner__2__img img {
  width: 80%;
  object-fit: cover;
  background-size: cover;
}

/* banner 3 */

.banner__3__img {
  position: relative;
  width: 100%;
  height: 400px; /* Adjust the height as needed */
  background-image: url("img/Group 1.png");
  background-size: cover;
  background-position: center;
}

.banner__3__col {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #ffffff;
  padding: 30px;
}

.banner__3__col h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

.banner__3__col p {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

@media (max-width: 991px) {
  .banner__3__img {
    background-image: none;
    background-color: #1f1f1f;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .banner__3__right__col img {
    max-width: 75% !important;
    position: absolute;
    top: 12rem !important;
    right: -7rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner__3__img {
    width: 100%;
    height: 500px;
  }

  .banner__3__col {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #ffffff;
    padding: 10px 10px;
  }

  .banner__3__right__col img {
    max-width: 100% !important;
    height: auto;
    position: absolute;
    top: 24rem !important;
    right: 9rem !important;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}

@media (min-width: 525px) and (max-width: 767px) {
  .banner__3__img {
    width: 100%;
    height: 800px;
  }

  .banner__3__col {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #ffffff;
    padding: 10px 10px;
  }

  .banner__3__right__col img {
    top: 36rem !important;
    right: -9rem !important;
  }
}

@media (min-width: 375px) and (max-width: 524px) {
  .banner__3__img {
    width: 100%;
    height: 750px;
  }

  .banner__3__col {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #ffffff;
    padding: 10px 10px;
  }

  .banner__3__right__col img {
    top: 36rem !important;
    right: -7rem !important;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .banner__3__img {
    width: 100%;
    height: 750px;
  }

  .banner__3__col {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #ffffff;
    padding: 10px 10px;
  }

  .banner__3__right__col img {
    top: 38rem !important;
    right: -6rem !important;
  }
}

.banner__3__right__col {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner__3__right__col img {
  max-width: 80%;
  height: auto;
  position: absolute;
  top: 12rem;
  right: -9rem;
  transform: translate(-50%, -50%);
  z-index: 1;
}
