.home_about_title {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  letter-spacing: -0.72px;
  max-width: 700px;
}
@media (max-width: 991.98px) {
  .home_about_title {
    font-size: 30px;
    line-height: 38px;
  }
}
.home_about_pego {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 125% */
  letter-spacing: -0.64px;
}
.home_about_image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}
.home_about_text_left {
  max-width: 390px;
}
.home_about_text_right {
  max-width: 470px;
}
.home_about_absolute {
  width: 100%;
}
@media (min-width: 992px) {
  .home_about_absolute {
    border-radius: 0 0 16px 16px;
    background: rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(25px);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*# sourceMappingURL=home_about.css.map */
