.index-banners__inner {
  display: flex;
  align-items: center;
  justify-content: center; }

.index-banners__banner {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 1920 / 520; }
  @media (min-width: 1100px) {
    .index-banners__banner {
      cursor: pointer; }
      .index-banners__banner:hover picture {
        transform: scale(1.02); } }
  @media (max-width: 767px) {
    .index-banners__banner {
      aspect-ratio: 360/ 280; } }

.index-banners__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0 2rem;
  gap: 1.2rem;
  max-width: 100rem;
  text-align: center;
  color: #fff; }
  @media (max-width: 1099px) {
    .index-banners__content {
      gap: 1rem;
      max-width: 90%; } }
  @media (max-width: 575px) {
    .index-banners__content {
      padding: 0 16px; } }

.index-banners__title {
  font-family: "Lora", Arial, Verdana, sans-serif; }

.index-banners__btns {
  margin-top: 2.4rem; }

.index-banners__picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.index-banners picture {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
  will-change: transform; }

.index-banners img {
  width: 100%;
  object-fit: cover; }
