.ceo-banner {
  background: url("./Assests/Images/propriterBanner.webp") no-repeat;
  position: relative;
  width: 100%;
  aspect-ratio: 2.7;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 776px) {
  .ceo-banner {
    aspect-ratio: 2.7;
    height: auto;
  }
}
.ceo-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
}
.ceo-banner .content {
  position: relative;
  z-index: 1;
  text-align: center;
  top: 40%;
}
@media screen and (max-width: 576px) {
  .ceo-banner .content {
    top: 30%;
  }
}
.ceo-banner .content .headingS {
  font-family: "Sans-Bold";
  font-size: 50px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.8px;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .ceo-banner .content .headingS {
    font-size: 50px;
  }
}
@media screen and (max-width: 776px) {
  .ceo-banner .content .headingS {
    font-size: 38px;
  }
}
@media screen and (max-width: 576px) {
  .ceo-banner .content .headingS {
    font-size: 32px;
  }
}

.ceo-sec .mt-top {
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .ceo-sec .mt-top {
    margin-top: 40px;
  }
}
.ceo-sec .personal-biography {
  background-color: #FFFFFF;
  padding: 40px;
  margin-top: -80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ceo-sec .personal-biography {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .ceo-sec .personal-biography {
    padding: 0px;
    padding-top: 36px;
  }
}
@media screen and (max-width: 576px) {
  .ceo-sec .personal-biography .personalPic {
    padding: 30px;
  }
}
.ceo-sec .personal-biography .name {
  color: #1C1C23;
  font-family: "Sans-Bold";
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}
.ceo-sec .personal-biography .para {
  color: OOO;
  font-family: "Sans-medium";
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.ceo-sec .personal-biography hr {
  color: red;
}
.ceo-sec .baiography-sec .baiography-para {
  color: #48484d;
  font-family: "Sans-medium";
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .ceo-sec .baiography-sec .baiography-para {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .ceo-sec .baiography-sec .baiography-para {
    padding: 10px;
  }
}/*# sourceMappingURL=promoters.css.map */