@media only screen and (max-width: 769px) {
  .main-title {
    font-weight: 600;
    font-size: 35px !important;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px !important;
  }
}

@media only screen and (max-width: 769px) {
  .title-min {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 769px) {
  .carousel-caption {
    top: 33% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .txt-center {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    top: 40% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    top: 37% !important;
  }
}

@media only screen and (max-width: 769px) {
  .navbar-nav .nav-link {
    line-height: 22px !important;
  }
}

@media only screen and (max-width: 769px) {
  .wrapper-box.position-relative {
    padding: 15px;
  }
}

@media only screen and (max-width: 769px) {
  .w-deep-h {
    font-size: 2.2em !important;
    font-weight: 300;
    letter-spacing: 1px !important;
  }
}

