body {
  overflow-x: hidden;
}

p {
  font-family: var(--inter);
  font-size: 24px;
}

.hero {
  background-image: url(../images/about/about-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 230px 0;
  background-position: top;
}

.hero-right p {
  font-size: 25px;
  color: #fff;
  font-family: var(--inter);
  text-align: justify;
  line-height: 40px;
}

.hero-right h2 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}

/* --------------------------------------------------------------------- */

.vision-left {
  font-size: 25px;
  color: #000;
  font-family: var(--inter);
  text-align: justify;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.vision-left h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}

.vision-right {
  text-align: center;
}

.vision-right img {
  width: auto;
}

.about-about {
  padding: 60px 0px;
}

.about-about p {
  text-align: justify;
  font-size: 20px;
}

/* ----------------------------------------------------------- */

.core {
  background-color: #ede8e5;
  padding: 60px 50px;
  margin-top: 60px;
}
.core .container-fluid {
  width: 80%;
  margin: 0 auto;
}
.core h2 {
  font-size: 45px;
  letter-spacing: 4px;
  font-weight: bold;
  color: #000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}
.core-box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
}
.core-box h4 {
  font-family: var(--inter);
  margin-bottom: 0 !important;
  font-size: 25px;
  text-shadow: 1px 1px 0 #0000004f;
  font-weight: 700;
}

/* --------------------------------------------------- */

.mission {
  padding: 120px 0px;
}
.mission-right {
  padding-left: 40px;
}

.mission-right ul {
  margin-left: 40px;
}
.mission-left img {
  width: 100%;
}
.mission-right h2 {
  font-size: 45px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}
.mission-right p {
  font-size: 20px;
  color: #000;
  font-family: var(--inter);
  text-align: left;
  line-height: 40px;
}
.mission-right li::marker {
  font-size: 25px;
  margin-top: 20px;
}

/* ---------------------------------------- */

.story {
  padding: 110px 60px;
  background-image: url(../images/home/story-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.story-left {
  text-align: center;
}
.story-left img {
  width: 65%;
}
.story-right p {
  text-align: justify;
  line-height: 40px;
  font-size: 20px;
}
.story-right h2 {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  font-family: var(--inter);
  text-shadow: 1px 2px 0 #0000004f;
}
.footer {
  padding: 60px 50px;
  background-color: #ede8e5;
  border-top: none;
}

/* -----------------------Responsive Desing-------------------------- */

@media screen and (max-width: 700px) {
  .hero {
       padding: 100px 0px 40px 0;
        background-size: cover !important;
        background-position: left;
  }

  .hero-right p {
       font-size: 20px;
        text-align: center;
        line-height: 26px;
  }

  .hero-right h2 {
    text-align: center !important;
    font-size: 32px !important;
  }
  .core {
    padding: 40px 0;
    margin-top: 0px;
  }
  .core .container-fluid {
    width: 100%;
  }
  .core h2 {
    font-size: 30px;
    letter-spacing: 1px;
  }
  
  .core-box h4 {
    font-size: 22px;
}
  
  .vision-right img {
    width: 100%;
  }

  .vision-left p {
        font-size: 18px;
        text-align: center;
        line-height: 28px;
  }

  .about-about {
    padding: 40px 0px;
    margin-top: 0px !important;
  }

  .story {
    padding: 40px 15px;
    background-position: right;
  }

  .mission {
    padding: 40px 0px;
  }

  .mission-right ul {
    margin-left: 0px;
  }

  .mission-right p {
        font-size: 18px;
        line-height: 24px;
  }

  .vision-left h2 {
    text-align: center !important;
    font-size: 32px;
  }

  .mission-right h2 {
    text-align: center !important;
    font-size: 32px;
  }

  .mission-right {
    padding-left: 0px;
  }

  .core .col {
    margin-top: 10px !important;
  }

  .story-right h2 {
    text-align: center !important;
    font-size: 32px;
  }

  .story-right p {
        font-size: 18px;
        line-height: 24px;
        text-align: center;
  }
}
