.node--home-page .hero-section--home-page .field--name-field-title::after {
  display: none !important;
}
.node--home-page .hero-section--home-page .hero-image.field--name-field-image img {
  height: 600px;
}
@media (max-width: 430px) {
  .node--home-page .hero-section--home-page .field--name-field-title {
    font-size: 1.8rem !important;
  }
  .node--home-page .hero-section--home-page .field--name-body {
    font-size: 1.4rem !important;
  }
}

#block-gapbiodiversa-aboutpreviewsection {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#block-gapbiodiversa-aboutpreviewsection .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
}
#block-gapbiodiversa-aboutpreviewsection .text-container .field--name-field-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
#block-gapbiodiversa-aboutpreviewsection .text-container .field--name-body {
  margin-bottom: 40px;
  line-height: 1.55;
}
#block-gapbiodiversa-aboutpreviewsection .text-container .field--name-field-button a {
  display: inline-block;
  background: #dfd5bc;
  padding: 15px 50px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.1s;
  border: none;
}
#block-gapbiodiversa-aboutpreviewsection .text-container .field--name-field-button a:hover {
  background: rgba(152, 117, 0, 0.4509803922);
}
@media (max-width: 1000px) {
  #block-gapbiodiversa-aboutpreviewsection .text-container .field--name-field-button a {
    font-size: 1rem;
    padding: 20px 40px;
  }
}
#block-gapbiodiversa-aboutpreviewsection .field--name-field-image {
  max-width: 580px;
  max-height: 480px;
}
#block-gapbiodiversa-aboutpreviewsection .field--name-field-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1000px) {
  #block-gapbiodiversa-aboutpreviewsection {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  #block-gapbiodiversa-aboutpreviewsection .text-container {
    max-width: none;
    text-align: justify;
  }
  #block-gapbiodiversa-aboutpreviewsection .field--name-field-image {
    display: none;
  }
}
/*# sourceMappingURL=home.css.map */