* {
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 16px;
}

.section-1 {
  background: #5f899d;
}
.section-1 h2 {
  font-family: "Poopins", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.section-1 h3 {
  font-family: "Poopins", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.section-1 h3 span {
  font-size: 45px;
}

.cta {
  display: block;
  line-height: 1;
}
.cta.cta-center {
  text-align: center;
}
.cta.cta-left {
  text-align: left;
}
.cta-btn {
  background: #ffd80d;
  color: #000000;
  padding: 20px 35px;
  border-radius: 25px;
  text-decoration: none;
}
.cta.fs-20 {
  font-size: 20px;
}
.cta.fs-24 {
  font-size: 24px;
}
.cta.fs-30 {
  font-size: 30px;
}

.why-choose-us {
  padding: 100px 0;
  background: #f3f1f1;
}
.why-choose-us-box {
  padding: 35px;
  border: 2px solid #1f2d3d;
}

.section-3 {
  padding: 100px 0;
}
.section-3 h2 {
  margin-bottom: 20px;
}
.section-3 h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1f2d3d;
  margin-bottom: 20px;
}
.section-3 ul {
  list-style-type: none;
  padding-left: 10px;
}
.section-3 ul li {
  line-height: 1.8;
}

.faq-section {
  padding: 100px 0;
}
.faq-section h2 {
  font-family: "Montessarat", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonial-section {
  padding: 100px 0;
}

.meet-mentor {
  padding: 100px 0;
  background: #f3f1f1;
}
.meet-mentor h2 {
  text-align: center;
  margin-bottom: 30px;
}

.final-cta {
  background: #5f899d;
  padding: 100px 0;
}

.upcoming-batch {
  padding: 100px 0;
  background: #f3f1f1;
}

.what-you-get {
  padding: 100px 0;
  background: #5f899d;
}

/*# sourceMappingURL=style.css.map */
