/*========= FUNCTIONS ==========*/
/*========= MIXINS ==========*/
.about2-wrapper {
  position: relative;
  z-index: 4;
  min-height: 642px;
  height: 100%;
}
.about2-desc {
  font-family: var(--font_r);
  font-weight: 400;
  font-size: clamp(14px, 0.00375 * 100vw + 12.8px, 20px);
  line-height: 130%;
  letter-spacing: 1.5%;
  color: var(--text);
  max-width: 720px;
  width: 100%;
}
.about2-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
}
.about2-image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: bottom right;
  margin-top: auto;
}

@media (max-width: 992px) {
  .about2-block {
    padding: 20px 0;
  }
  .about2-wrapper {
    min-height: unset;
    height: -moz-fit-content;
    height: fit-content;
  }
  .about2-image {
    position: relative;
    height: 320px;
  }
}
@media (max-width: 520px) {
  .about2-image {
    height: 180px;
  }
}/*# sourceMappingURL=block.css.map */