

/* Main Section Container */
.ceo-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0px 64px 0px;
}

.ceo-container {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start; 
}
  
.ceo-text {
  position: relative;
  width: 640px;
  z-index: 2;
}

.ceo-text .ceo-title {
  width: 157px;
  height: 28px;
  gap: 10px;
  padding-top: 2px;
  padding-right: 16px;
  padding-bottom: 2px;
  padding-left: 16px;
  font-weight: 600;
  font-size: 16px;
  background: #46B088;
  color: #FFFFFF;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 12px !important;
  letter-spacing: 0 !important;
}

.ceo-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.ceo-text h5 {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-bottom: 20px;
  word-break: keep-all;
  overflow-wrap: break-word; 
  color: #454545;
}
  
.ceo-text p {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0em;
  margin-bottom: 31px;
  word-break: keep-all;
  overflow-wrap: break-word; 
  color: #454545;
}

.ceo-text p:last-of-type {
  margin-bottom: 0px;
}
  
.ceo-image {
  position: relative;
  background: transparent;
  overflow: hidden;
  width: 475px;
  height: 601px;
}

.ceo-image .green-square {
  position: absolute;
  top: 0;
  right: 0;
  background: #46B088;
  width: 246px;
  height: 249px;
  z-index: 1;
}

.ceo-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 440px;
  height: 568px;
  object-fit: cover;
  z-index: 2;
}

.ceo-text, .ceo-image {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.ceo-image {
  transform: translateX(50px);
}

.ceo-text.show {
  opacity: 1;
  transform: translateX(0);
}

.ceo-image.show {
  opacity: 1;
  transform: translateX(0);
}
  
@media (max-width: 1439px) {
  .ceo-section {
    max-width: 896px;
    padding: 56px 0px 56px 0px;
  }

  .ceo-image {
    width: 355px;
    height: 446px;
  }

  .ceo-image img {
    width: 320px;
    height: 413px;
  }

  .ceo-text {
    width: 501px;
  }

  .ceo-text h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .ceo-text p,
  .ceo-text h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }

  .ceo-image {
    flex: 0 0 355px;
  }
}

@media (max-width: 1023px) {
  .ceo-section {
    max-width: 688px;
  }

  .ceo-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .ceo-image {
    width: 100%;
    height: 792px;
  }

  .ceo-image .green-square {
    width: 476.75px;
    height: 482.57px;
  }

  .ceo-image img {
    width: 654px;
    height: 760px;
  }

  .ceo-image {
    flex: 1 1 792px;
  }

  .ceo-text {
    width: 688px;
  }

  .ceo-text h2 {
    font-size: 22px;
    height: 80px;
  }

  .ceo-text p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .ceo-text h5 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .ceo-section {
    max-width: 343px;
  }

  .ceo-section {
    padding: 48px 0px 48px 0px;
  }

  .ceo-container {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .ceo-image {
    width: 100%;
    height: 394.65px;
  }

  .ceo-image .green-square {
    width: 237.68px;
    height: 240.58px;
  }

  .ceo-image img {
    width: 326.05px;
    height: 378.9px;
  }

  .ceo-image {
    flex: 1 1 394.65px;
  }

  .ceo-text {
    width: 343px;
  }

  .ceo-text h2 {
    font-size: 17px;
    font-weight: 600;
    height: auto;
  }

  .ceo-text p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}