/* [project]/src/styles/aboutus/aboutus7.css [client] (css) */
.aboutus7-section {
  color: #fff;
  background-color: #000;
  padding: 50px 0;
}

.aboutus7-container {
  align-items: center;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}

.aboutus7-left {
  flex: 1.2;
}

.aboutus7-section .title {
  margin-bottom: 25px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
}

.aboutus7-section .title .text-secondary {
  color: #54b248;
}

.aboutus7-section .subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.aboutus7-section .desc {
  color: #eee;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.ceo-info {
  margin-bottom: 35px;
}

.ceo-name {
  color: #54b248;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 700;
}

.ceo-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ceo-cta-btn {
  color: #54b248;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.ceo-cta-btn:hover {
  color: #fff;
  background-color: #54b248;
  transform: translateY(-3px);
}

.aboutus7-right {
  flex: 1;
  display: flex;
}

.ceo-main-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  box-shadow: 0 10px 30px #00000080;
}

@media (max-width: 1024px) {
  .aboutus7-container {
    text-align: center;
    flex-direction: column;
    gap: 50px;
  }

  .ceo-cta-btn {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .aboutus7-section .title {
    font-size: 32px;
  }

  .aboutus7-section .desc {
    font-size: 16px;
  }

  .ceo-name {
    font-size: 20px;
  }
}

/*# sourceMappingURL=src_styles_aboutus_aboutus7_css_65f1660e._.single.css.map*/