/* Medium devices (tablet, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .Journey {
    top: 40%;   /* move slightly up */
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 14px; /* adjust text size */
    width: 100%;
        padding: 10px 5px;
  }

  
}

/* Small devices (mobile, <576px) */
@media (max-width: 575.98px) {
  .Journey {
           top: 40%;
        left: 50%;
        transform: translate(-50%, -30%);
        font-size: 12px;
        padding: 0 10px;
        width: 100%;
  }


  .hero-height img{
    max-height: 250px;
    width: 100%;
  }

  .Adventure{
    width: 100% !important; 
    text-align: center;
  }

  /*.hero-offer{*/
  /*      padding-bottom: 180px;*/
  /*}*/

  .blog .display-5{
    width: 100%;


  }

  .blog{
    text-align: center;
  }

  .contact  {
    text-align: center !important;
  }

  .process-overview{
    text-align: center;
  }

  .ready-to-start{
    position: relative !important;
  }

  .Courses p{
    width: 100% !important;
  }

  .Courses h2{
    font-size: 1rem !important;
  }

  .socail-link{
    width: 100% !important;
  }

  .process-overview{
  margin-top: 0px;
}
}