@media screen and (max-width: 900px) {
  .row {
    margin: -15px;
  }
  main section {
    padding: 30px 0;
  }
  .section-title {
    margin: 50px 0;
    font-size: 3rem !important;
    text-align: center;
    font-weight: 700;
  }
  .hero {
    height: unset;
  }
  .hero .container-fluid .row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .hero .container-fluid .row .left {
    margin: 30px 0 70px 0;
    height: unset;
    padding: 0 30px;
    gap: 80px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .hero .container-fluid .row .left .typewriter-wrapper .typed {
    font-size: 4rem;
  }
  .hero .container-fluid .row .left .typewriter-wrapper .typed-cursor {
    font-size: 4rem;
  }
  .hero .container-fluid .row .left .starts-in .main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
  .hero .container-fluid .row .left .starts-in .main .time-wrapper {
    gap: 5px;
  }
  .hero .container-fluid .row .left .starts-in .main .time-wrapper .time {
    gap: 10px;
  }
  .hero .container-fluid .row .left .starts-in .main .time-wrapper .time .box {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .hero .container-fluid .row .left .btn-wrapper {
    gap: 30px;
  }
  .hero .container-fluid .row .right {
    margin-top: 0px;
  }
  .hero .container-fluid .row .right .organiser-logo {
    padding-left: -30px;
    height: 90px;
    margin: 0;
  }
  .about {
    padding: 30px 10px;
  }
  .glimpse #slider {
    height: 150px;
  }
  .glimpse .stats {
    margin: 40px auto 0px auto;
  }
  .prizes .container .col-md-4 {
    margin: -20px 0;
  }
  .prizes .container .prize-card {
    min-height: unset;
    margin: 0 !important;
  }
  .prizes .container .prize-card:hover {
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .prizes .container .box-wrapper {
    font-size: 1.3rem;
  }
  .themes .container .row .info {
    margin-top: 50px;
    padding: 0 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .themes .container .row .info .theme-title {
    margin-bottom: 20px;
  }
  .themes .container .row .info .theme-info {
    text-align: justify;
  }
  .schedule .section-title {
    font-size: 4.5rem;
  }
  .schedule .timeline .container- .text-wrapper h2 {
    font-size: 1.7rem !important;
  }
  .schedule .timeline .container- .text-wrapper p {
    font-size: 1.3rem;
  }
  .faq .container-fluid .accordion {
    width: 100%;
  }
  .faq .container-fluid .submenu .answer {
    padding: 20px 25px;
  }
  .team h3.info {
    text-align: justify;
  }
  .contact {
    padding-bottom: 150px !important;
  }
  .contact .container .image-container {
    margin: 0;
    max-width: 950%;
  }
  .contact .container .info {
    text-align: center;
    font-size: 1.3rem;
  }
  .contact .container .email {
    font-weight: 400;
    font-size: 2rem;
  }
  footer .content .container-fluid {
    padding-top: 30px !important;
  }
  footer .content .container-fluid .copyright-info {
    margin-top: 60px !important;
  }
  footer .logo-wrapper {
    margin-bottom: 40px;
  }
  footer .logo-wrapper img {
    width: 100px;
  }
  footer .menu {
    margin-bottom: 40px;
  }
}
