@media (max-width: 992px) {
  .form-img {
    height: 230px !important;
  }
  .form-img1 {
    height: 230px !important;
  }
  .home1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .head-cont h1 {
    font-size: 40px;
  }
  .head-cont p {
    font-size: 20px;
  }
  .glance-title {
    font-size: 20px !important;
  }
  .glance {
    margin-top: 2rem !important;
  }
}

@media (max-width: 768px) {
  .head-cont h1 {
    font-size: 55px;
  }
  .head-cont p {
    font-size: 35px;
  }
  .home1 {
    background: url("./media/bg-img.jpg") !important;
  }
  .glance-title {
    font-size: 22px !important;
  }
  .glance {
    margin-top: 2rem !important;
  }
  .form-img {
    transform: rotate(90deg) !important;
  }
}

@media (max-width: 576px) {
  .cert-img {
    height: 250px !important;
    margin-bottom: 30px;
  }
  .head-cont h1 {
    font-size: 45px;
  }
  .head-cont p {
    font-size: 30px;
  }
  .glance-title {
    font-size: 20px !important;
  }
  .topics {
    margin-top: 20px !important;
  }
}

/* -------------Keyframes--------------- */
