@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend:wght@100..900&family=Manrope:wght@200..800&display=swap");



.sectors-hero-section {
  width: 100%;
  height: 694px;
  gap: 40px;
}

.hero-heading span {
  color: #bcd536;
}

.hero-heading {
  line-height: 115%;
  font-size: 64px;
  padding-left: 50px;
  padding-right: 50px;
}


.hero-paragraph {
  color: var(--Text-Neutral-On-Neutral, #f3f3f3);
  font-size: 18px;
  line-height: 30px;
}

.request-button {
  width: 261px;
  height: 57px;
  padding: 18px 28px 18px 28px;
  gap: 14px;
  border-radius: 14px;
  border-style: none;
  background: var(--Accent, #bcd536);
  font-family: Lexend;
  font-size: 16px;
  font-weight: 600;
}

.sector-section {
  margin: 200px 0px;
}

.sector-paragraph {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #6c6c6c;
}

.sector-title {
  font-family: Be Vietnam Pro;
  font-size: 40px;
}

.sector-left {
  gap: 40px;
}

.sector-image img {
  width: 100%;
}

.sectors-explore-section {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 694px;
  gap: 40px;
  margin-bottom: 200px;
}

.explore-heading span {
  color: #bcd536;
}

.explore-heading {
  line-height: 115%;
  font-size: 64px;
}

.explore-paragraph {
  color: var(--Text-Neutral-On-Neutral, #f3f3f3);
  font-size: 18px;
  line-height: 30px;
}

.sectors-CTA-section {
  background: var(--Primary, #222222);
  height: 408px;
  gap: 47px;
  margin-bottom: 128px;
  border-radius: 15px;
}

.CTA-heading span {
  color: #bcd536;
}

.CTA-heading {
  line-height: 115%;
  font-size: 48px;
}

.CTA-paragraph {
  color: var(--Text-Neutral-On-Neutral, #f3f3f3);
  font-size: 16px;
  line-height: 30px;
  font-family: "Manrope";
}

.logos {
  width: 100%;
  margin-bottom: 128px;
}


@media (max-width: 600px) {
  .hero-heading {
    font-size: 38px !important;
  }

  .sector-section {
    margin: 100px 0px;
  }

  .sectors-CTA-section{
    padding-top: 30px;
    height: auto !important;
    padding-bottom: 30px;
    border-radius: 0 !important;
  }

  .sectors-explore-section{
    padding: 10px;
    margin-bottom: 100px;
  }

  .sector-row{
    flex-direction: column-reverse;
  }
}