/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@media only screen and (min-width: 992px) and (max-width: 1500px) {}

/* =========================================================================== */
/* Large Device lg */
/* =========================================================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-text {
    max-width: 80%;
    font-size: 40px;
  }

  .case-box img {
    height: 115px;
  }

}

/* =========================================================================== */
/* Medium Device md */
/* =========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .main-text {
    max-width: 80%;
    font-size: 30px;
  }

  .case-box {
    min-height: auto;
  }
  .case-box-desc {
    min-height: auto;
}
.case-box__title {
  min-height: auto;
}
}

/* @media only screen and (min-width: 768px) and (max-width: 810px) {


} */

/* =========================================================================== */
/* Medium To Extra Small Device */
/* =========================================================================== */
@media only screen and (max-width: 767px) {
  .main-text {
    max-width: 90%;
    font-size: 30px;
    min-height: auto;
  }

  .case-box img {
    height: 115px;
  }

  .case-box {
    min-height: auto;
  }
  .case-box-desc {
    min-height: auto;
}
.case-box__title {
  min-height: auto;
}

.hero-area {
  background-image: linear-gradient(
  358deg
  , #d0ebff, transparent);
}

.main-text {
  font-size: 40px;
  color: #1168ad;
}

.login-btn{
  display: none !important;
}

}

/* Small Device sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {}

/* Extra Small device */
@media only screen and (max-width: 575px) {}