@media screen and (max-width: 576px) {
  .banner {
    background: url(../Images/banner-mobile.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 230px 0px 60px 0px;
    display: flex;
    align-items: end;
    justify-content: end;
  }

  .banner-content {
    max-width: unset;
  }


}

/* desktop */
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
  }
}

/* large screens */
@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

/* === MOBILE VIEW (≤991px) === */
@media (max-width: 991px) {
  .header-content {
    flex-wrap: wrap;
  }

  #mobileMenu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 17px;
    padding: 0px 0px;
    transition: max-height 0.4s ease, opacity 0.4s ease;
  }

  #mobileMenu.active {
    max-height: 350px;
    opacity: 1;
  }

  .header-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .header-btns a {
    width: auto;
    font-size: 13px;
    padding: 6px 0px;

  }

  .started-btn a,
  .cources-btn a {
    width: 100%;
    text-align: left;
    background-color: none;
    border: none;
  }

  .started-btn a {
    background-color: unset !important;
    color: #000
}
}


/* Tabs and mobile*/

@media (max-width: 768px) {

  .banner-btn .btn-primary {
    margin-right: 20px;
  }

  .pioneers-disability p br {
    display: none;
  }

  .pioneers-disability-row {
    padding: 0px 0px;
  }

  .pioneers-disability-content-text p {
    text-align: center;
  }

  .courses p br {
    display: none;
  }

  .why-inclusion-content p br {
    display: none;
  }

  .why-inclusion-content {
    padding: 25px 30px;
  }

  .policies-content {
    padding: 20px 0px 0;
  }

  .why-inclusion {
    padding: 40px 0px 50px;
    position: relative;
  }

  .why-inclusion .why-inclusion-img {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    display: none;
  }

  .footer-icons {
    justify-content: center;
  }

  .pioneers-disability-content {
    flex-direction: column;
  }

  .home-tabs-section .home-tabs-navigation {
    margin-bottom: 20px;
  }

  .home-tabs-title-area h2 {
    font-weight: 700;
    margin-bottom: 30px;
  }

  .policies-content h4 br {
    display: none;
    font-size: 18px;
  }

  .journey-content br {
    display: none;
  }

.journey {
  background-image: url(../Images/cta-mobile.jpg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end; 
  justify-content: flex-end;
  height: auto;
  padding: 200px 0;
}

.journey-content{
  position: relative;
  top: 90px;
}
.mob-for-space{
  margin-top: 20px;
}

}
