p {
  font-size: 20px;
  line-height: 32px;
}

.carousel {
  width: 100%;
  height: 700px;
  position: relative;
  overflow-x: hidden;
  margin-top: 6.7rem;
  margin-bottom: 56px;
}

.slide-container {
  position: relative;
  height: 100%;
}

.carousel-img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-section_text {
  position: absolute;
  color: white;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-section_text h1 {
  margin-top: 200px;
  font-weight: 600;
  font-size: 42px;
  color: rgba(254, 179, 0, 0.92);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.architectural-designs-section {
  margin-bottom: 118px;
}
.architectural-designs-section p {
  margin-bottom: 56px;
}

.section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.section-header h3 {
  color: #02960C;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.1;
}

.architecture-gallery {
  padding-left: 25%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 316px;
  gap: 56px 20px;
}
.architecture-gallery div img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
  .hero-section_text h1 {
    font-size: 35px;
  }
  .architecture-gallery {
    padding-left: 15%;
  }
  .section-header h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 450px) {
  .carousel {
    margin-top: 4rem;
  }
}/*# sourceMappingURL=architecturs.css.map */