.head-banner {
  position: relative;
}
@media only screen and (width < 768px) {
  .head-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.head-banner__wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media only screen and (width < 768px) {
  .head-banner__wrapper {
    order: 1;
    padding-top: 32px;
    padding-bottom: 48px;
  }
}

.head-banner__info {
  position: relative;
  z-index: 1;
}
@media only screen and (width < 768px) {
  .head-banner__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.head-banner__img-wrapper {
  position: absolute;
  bottom: 0;
}
@media only screen and (width < 768px) {
  .head-banner__img-wrapper {
    position: relative;
    right: auto;
    display: flex;
    justify-content: center;
    height: 196px;
  }
}

.head-banner__img {
  object-fit: cover;
  object-position: bottom;
}
@media only screen and (width < 768px) {
  .head-banner__img {
    max-width: none;
  }
}

.head-banner__btns {
  display: flex;
  gap: 24px;
}
@media only screen and (width < 768px) {
  .head-banner__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=head-banner.css.map */
