/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/About/about-hero/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "ArupalaGrotesk";
  src: url(../../fonts/ArupalaGrotesk-Ultra.4cf364a3.ttf) format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.about-page-hero-section {
  padding: 0px 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .about-page-hero-section {
    padding: 30px 10px;
  }
}
.about-page-hero-section .about-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
}
.about-page-hero-section .about-container .about-subtext {
  width: 60%;
  font-size: 16px;
}
@media (max-width: 768px) {
  .about-page-hero-section .about-container .about-subtext {
    width: 100%;
    text-align: center;
  }
}
.about-page-hero-section .about-container .about-title {
  font-family: ArupalaGrotesk, sans-serif;
  font-size: 80px;
}
@media (max-width: 768px) {
  .about-page-hero-section .about-container .about-title {
    font-size: 45px;
    text-align: center;
  }
}
.about-page-hero-section .about-line {
  height: 1px;
  width: 85%;
  background-color: white;
}
.about-page-hero-section .portfolio-container {
  margin-top: 3rem;
}
.about-page-hero-section .portfolio-container .portfolio-heading {
  font-family: ArupalaGrotesk, sans-serif;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.about-page-hero-section .portfolio-container .portfolio-heading h1 {
  margin: 0;
}
.about-page-hero-section .portfolio-container .portfolio-heading img {
  width: 30px;
}
@media (max-width: 768px) {
  .about-page-hero-section .portfolio-container .portfolio-heading img {
    width: 20px;
  }
}
.about-page-hero-section .portfolio-container .portfolio-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  .about-page-hero-section .portfolio-container .portfolio-items {
    flex-direction: column;
    gap: 20px;
  }
}
.about-page-hero-section .portfolio-container .portfolio-items .portfolio-item {
  flex: 1;
}
@media (max-width: 768px) {
  .about-page-hero-section .portfolio-container .portfolio-items .portfolio-item {
    width: 100%;
  }
}
.about-page-hero-section .portfolio-container .portfolio-items .portfolio-item img {
  width: 100%;
  height: 20rem;
  border-radius: 10px;
  border: solid white 2px;
}

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