.banner-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
  gap: 5%;
  text-align: center;
  position: relative;
}

.banner-div h4 {
  width: 320px;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  padding-bottom: 60px;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .banner-div {
    gap: 0%;
  }

  .banner-div h4 {
    font-size: 24px;
  }

  .banner-div span {
    font-size: 24px;
  }

  .banner-div img {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .banner-div {
    margin-top: 0;
  }

  .banner-div h4 {
    font-size: 20px;
  }

  .banner-div span {
    font-size: 20px;
  }

  .banner-div img:first-of-type {
    width: 120px;
    height: 120px;
    margin-bottom: 200px;
  }

  .banner-div img:last-of-type {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .banner-div h4 {
    font-size: 16px;
  }

  .banner-div span {
    font-size: 16px;
  }
}

#mobile-banner-1,
#mobile-banner-2,
#mobile-banner-3 {
  display: none;
}

@media screen and (max-width: 767px) {
  #web-banner-1,
  #web-banner-2,
  #web-banner-3 {
    display: none;
  }

  #mobile-banner-1,
  #mobile-banner-2,
  #mobile-banner-3 {
    display: flex;
    width: 100%;
    height: auto;
  }
}
