h1 {
  color: #9522d4;
}

#aboutText {
  margin-top: 100px;
}

#aboutText p {
  font-size: 20px;
}

#aboutText div div p {
  margin-top: 20px;
  max-width: 50%;
  margin: auto;
}

#ourCEO-sSection {
  width: 50%;
  margin: auto;
  position: relative;
}

#ourTeam {
  margin-top: 50px;
}

#ourCEO-s {
  margin-top: 40px;
  display: flex;
  width: 100%;
}
#ourCEO-s div {
  width: 100%;
}

.CEO {
  display: block;
}

#ourCEO-s img {
  width: 300px;
  /* border: solid 2px black;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 1); */
  border-radius: 50%;
  color: #bb3bf7;
  box-shadow: 0px 0px 30px 0px;
}
#ourCEO-s h1 {
  margin-top: 30px;
  text-align: center;
}

.contact-title {
  margin-top: 100px;
  color: black;
  text-transform: uppercase;
  /* transition: all 4s ease-in-out; */
}

form {
  margin-top: 50px;
  /* transition: all 4s ease-in-out; */
}

.form-control {
  width: 50%;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid gray;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
}

input {
  height: 45px;
}

form .submit {
  background: #bb3bf7;
  border-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.1s ease;
}

form .submit:hover {
  filter: contrast(170%);
  cursor: pointer;
}

@media (max-width: 1100px) {
  #ourCEO-s {
    display: block;
    justify-content: space-between;
  }
  #secondCEO {
  }
}
@media (max-width: 1600px) {
  #ourCEO-sSection {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  #aboutText div div p {
    max-width: 90%;
  }
  #ourCEO-sSection {
    width: 100%;
  }
}
