/* HERO Section */
.hero-section {
  font-family: "Archivo", sans-serif;
  margin-left: 2rem;
  margin-bottom:100px;
  
}

.hero-section h1 {
  font-weight: 800;
  font-size: 3.5rem;
}

.hero-section p {
  color: var(--textGray);
  font-size: 1.3rem;
  font-weight: 500;
}

.hero-section img {
  position: relative;
  margin-top: 5rem;
  max-width: 100%;
}

.hero-section button {
  margin-top: 2px;
  margin-right: 10px;
}
html {
  overflow-x: hidden;
}
@media (min-width: 755px) {
  .hero-section h1 {
    font-size: 3.5rem;
  }

}
/* End HERO Section */

/* CLASS Section */
.section-class {
  border-radius: 50px 50px 0 0;
  padding-bottom: 50px;
  padding-top: 70px;
}

.class-heading h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 700;
}

.class-card {
  margin-top: 20px;
}

.class-card img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.class-card span {
  font-size: 14px;
  background-color: var(--bgcard);
  padding: 3px 12px;
  border-radius: 6px;
}

.class-card p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .section-class {
    margin-top: 40px;
    padding-top: 55px;
    padding-bottom: 35px;
  }

  .class-card p {
    font-size: 1.3rem;
    font-weight: 700;
  }

  .class-heading h1 {
    margin-bottom: 28px;
    font-size: 2.5rem;
    margin-top: -15px;
  }
}
/* End CLASS Section */

/* QUOTE Section */
.section-quote {
  min-height: 100vh;
}

.section-quote h1 {
  font-family: "MonumentExtended", sans-serif;
  margin-top: 2rem;
  font-size: 2.5rem;
  font-weight: lighter;
}

.section-quote p {
  font-size: 2rem;
}

.section-quote img {
  max-height: 85%;
  max-width: 100%;
}

@media (min-width: 755px) {
  .section-quote h1 {
    font-size: 3rem;
    margin-top: 200px !important;
  }
}

@media (max-width: 768px) {
  .section-quote {
    margin-bottom: -40px;
  }
}
/* End of QUOTE Section */
