.title {
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 2rem;
  text-align: center;
}
/* who section */
.who {
  padding: 30px 180px 30px 180px;
  display: flex;
  align-content: space-evenly;
  flex-direction: row;
  column-gap: 200px;
}

.who-des {
  width: 70%;
}

.who-des p {
  font-size: 1.1rem;
}

.who-des h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.who-des h3 {
  font-size: 1.6rem;
}

.who-des p {
  margin-top: 10px;
  padding-right: 50px;
}

.who-img {
  background-image: url(/images/fire-a.jpg);
  background-size: cover;
  width: 100%;
  height: 600px;
}

/* who section */

/* ceo section */

.ceo {
  padding: 50px 180px 50px 180px;
  display: flex;
  align-content: space-evenly;
  flex-direction: row;
  column-gap: 200px;
  background-color: #11181f;
  color: white;
}

.ceo-des {
  width: 70%;
}

.ceo-des h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.ceo-des h3 {
  font-size: 1.6rem;
}

.ceo-des p {
  margin-top: 10px;
  font-size: 1.1rem;
  padding-right: 50px;
}

.ceo-img {
  background-image: url(/images/eng.jpeg);
  width: 100%;
  height: 600px;
}

/* end of ceo section */

/* quote */

.quote {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 100px 0px 100px 0px;
}

.feedback {
  margin-bottom: 50px;
}

.quote h2 {
  font-size: xx-large;
}

.quote p {
  font-size: 1.2rem;
}

.quote h1 {
  font-size: 2.5rem;
}

.contact-btn {
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  font-size: x-large;
  border-radius: 3px;
  background-color: white;
  border: 1px solid black;
}

/* end of quote */

@media (max-width: 768px) {
  .title {
    display: none;
  }
  /* who section */
  .who {
    padding: 50px 40px 50px 40px;
    flex-direction: column;
  }

  .who-des {
    width: 100%;
    margin-bottom: 30px;
  }

  .who-des p {
    font-size: 1.1rem;
    margin-top: 10px;
    padding-right: 0px;
  }

  .who-des h2 {
    margin-top: 50px;
  }

  .who-img {
    height: 500px;
  }

  /* who section */

  /* ceo section */

  .ceo {
    padding: 50px 40px 50px 40px;
    flex-direction: column;
  }

  .ceo-des {
    width: 100%;
    margin-bottom: 30px;
  }

  .ceo-des p {
    font-size: 1.1rem;
  }

  .ceo-des p {
    margin-top: 10px;
    padding-right: 0px;
  }

  .ceo-img {
    height: 500px;
    display: none;
  }

  /* end of ceo section */

  /* quote */

  .quote h2 {
    font-size: x-large;
  }

  .quote p {
    font-size: 1.1rem;
  }

  .quote h1 {
    font-size: 2.2rem;
  }

  .contact h1 {
    font-size: 2rem;
    padding: 0px 30px 20px 30px;
  }

  .contact-btn {
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: x-large;
    background-color: white;
    border-radius: 3px;
    border: 1px solid black;
  }

  /* end of quote */
}
