@media (min-width: 1024px) {
  .start-header {
    height: 80px;
    display: flex;
    align-items: center;
  }
  .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #about-us {
    padding-top: 2em;
    padding-bottom: 2em;
    font-family: "Roboto", serif;
  }
  .aboutMid {
    margin-top: 2em;
  }
  #about-us h2 {
    margin-bottom: 35px;
  }
  .aboutMid img {
    margin-top: 20px;
  }
  #services {
    padding: 3em 0;
  }
  #services .row {
    row-gap: 25px;
  }
  #contact-us {
    padding: 3em 0;
    background-position: 13%;
  }

  #contact-us form {
    margin-top: 20px;
  }
  #cssmenu ul {
    position: absolute;
    top: 100%;
  }
  #executiveCoach .exeutiveWrp {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    top: 0;
    left: 0;
    /* max-width: 1080px; */
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
  }
  #executiveCoach .exeutiveWrp .spl-heading {
    font-size: 29px;
  }
  #executiveCoach img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
