.consultation-top-container {
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
  }

  .consultation-title {
    height: 30vh;
    width: 100%;
    background-image: url(../img/close-up-beautiful-flower.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
  
  .consultation-title h1 {
    font-size: 45px;
    color: #0a2c19;
    text-align: center;
  }


  /** For mobile devices **/
@media (max-width: 800px) {

    .consultation-title h1 {
        font-size: 30px;
      }

   

  .consultation-container {
    width: 100%;
    /* flex-direction: column; */
  }

}