.header-section {
 background-image: url("../images/bg/ceo.jpg");
 background-size: cover;
 background-position: center;
 height: 300px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 position: relative;
 }

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 20px;
  box-sizing: border-box;
  align-items: flex-start;
}

.about-text {
  flex: 1 1 400px;
}

.about-text h2 {
	text-align: left;
	margin-bottom: 40px !important;
}
.about-text p {
  margin-bottom: 15px;
}

.about-text .ceo {
  margin-top: 30px;
  font-weight: 500;
}

.point {
  color: #e7882c;
  font-weight: bold;
}

.about-image {
  flex: 1 1 400px;
  text-align: right;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}


@media (max-width: 1024px) {

}

@media (max-width: 767px) {
.about-text h2 {
  margin-bottom: 20px !important;
}	
}