.ceo {
  /* height: 714; */
  margin-left: 230;
  margin-right: 230;
  border-radius: 3px;
  margin-top: -48px;
  background-color: white;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  display: flex;
  flex-direction: column;
}

.ceo .top-h-title {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 30;
  /* gap: 452px; */
  padding-bottom: 16;
  justify-content: space-around;
}

.ceo .number-count {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  padding-right: 20px;
  padding-top: 16;
  font-size: 16;
  font-weight: 700;
  align-items: center;
}

.ceo .top-h-title .number-count-services {}

.ceo .top-h-title .p-services {
  padding-right: 10;
  color: #e59d17;
}

.ceo .top-h-title .p-services .count-color {
  color: silver;
  float: right;
}

.ceo .top-h-title .font {
  font-size: 30;
  margin-top: -21px;
  color: black;
}

.con-sec {
  flex-direction: row-reverse;
  padding: 15px;
  padding-bottom: 0;
  margin-right: -17px;
  margin-left: -17px;
}

.con-sec .ceo-img {
  padding-left: 0;
}

.con-sec .ceo-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.con-sec .ceo-con {
  height: 100%;
}

.con-sec .ceo-con img {
  height: 100%;
}

.con-sec .ceo-con .ceo-title {
  position: relative;
  bottom: 81%;
  color: white;
  /*! left: 397; */
  font-size: 20;
  font-weight: 700;
  width: fit-content;
  width: 100%;
  padding-left: 52%;
  padding-right: 68;
  direction: rtl;
}

.con-sec .ceo-con .ceo-the-con {
  position: relative;
  bottom: 81%;
  color: #ded4c2e3;
  padding: 70;
  padding-bottom: 42px;
  direction: rtl;
  text-align: justify;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  line-height: 30px;
  word-spacing: 0em;
}

.con-sec .ceo-con .ceo-name {
  position: relative;
  bottom: 79%;
  color: #ded4c2e3;
  font-weight: 600;
  /* left: 142; */
  width: fit-content;
  margin-left: 118px;
}

.col-p {
  padding-left: 0px;
  padding-right: 0;
}

@media only screen and (min-width: 1023px) and (max-width: 2559px) {
  .ceo {
    width: 81%;
    margin-right: 0px;
    margin-left: 10%;
  }

  .con-sec .ceo-con .ceo-title {
    width: 107%;
  }

  .con-sec .ceo-con .ceo-the-con {
    padding: 36px;
  }
}

@media only screen and (max-width: 1023px) {
  .ceo {
    margin: auto;
  }

  .ceo .top-h-title {
    flex-direction: column;
    gap: 19px;
  }

  .con-sec .ceo-img img {
    object-fit: cover;
    width: 100%;
  }

  .con-sec .ceo-con .ceo-title {
    bottom: 91vw;
    padding: 70;
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    left: 0;
    padding-right: 29;
    font-size: 27px;
  }

  .con-sec .ceo-con .ceo-the-con {
    bottom: 83vw;
    padding: 70;
    direction: rtl;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    left: 0;
    padding-right: 29;
    font-weight: bolder;
  }

  .con-sec .ceo-con .ceo-name {
    bottom: 70vw;
    color: #ded4c2e3;
    font-weight: 600;
    left: -7px;
    font-weight: bolder;
  }

  .con-sec {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0;
  }

  .con-sec .ceo-img {
    width: 100%;
    padding: 0;
  }

  .con-sec .ceo-con {
    width: 100%;
    padding-right: 0;
    height: 995px;
  }

  .con-sec .ceo-vid {
    height: 1158px;
  }

  .ceo .top-h-title {
    gap: 82px;
  }

  .con-sec .ceo-con img {
    height: 995px;
  }
}