@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Poppins: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");

body{
  background-color: rgb(236, 236, 236);
}
main h1 {
  text-align: center;
  color: #353535;
  padding-top: 150px;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  animation-name: in;
  animation-duration: 1s;
}
main .about-text div {
  background-color: #d6d6d1;
  text-align: center;
  border-radius: 5px;
  margin: 0 20%;
}
main .about-text div h5 {
  padding-top: 5%;
  color: #353535;
  font-size: 25px;
  font-weight: 300;
  animation-name: in;
  animation-duration: 1s;
}
main .about-text div p {
  padding: 5%;
  color: #353535;
  text-align: justify;
}
main .hero-about {
  margin-top: 106px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/about-hero.jpg);
  width: 100%;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .hero-about p {
  color: #d8d3d7;
  text-align: center;
  padding-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 20px;
  padding: 0 25%;
}
main .review {
  padding: 5%;
}
main .review h3 {
  color: #353535;
  text-align: center;
  font-size: 20px;
}
main .review .review-cards {
  display: flex;
  flex-direction: row;
  padding: 5%;
  justify-content: center;
}
main .review .review-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 350px;
}
main .review .review-card img {
  width: 150px;
  opacity: 70%;
  padding-bottom: 5%;
}
main .review .review-card p {
  padding-bottom: 20px;
  color: #242424;
}

@media (max-width: 768px) {
  main .about-text div {
    margin: 0 5%;
  }
  main .about-text div div {
    margin: 0 5%;
  }
  main .hero-about {
    padding: 0% 5%;
  }
  main .hero-about p {
    font-size: 25px;
    padding: 0%;
  }
  main .review {
    padding: 5% 10%;
  }
  main .review h3 {
    color: #353535;
    text-align: center;
    font-size: 20px;
  }
  main .review .review-cards {
    display: flex;
    flex-direction: column;
    padding: 5%;
  }
}/*# sourceMappingURL=apie-mus.css.map */