#home-hero {
  .swiper-slide {
    img {
      object-fit: cover;
      width: 100%;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      height: auto;
    }

    @media (max-width: 767.8px) {
      img {
        object-fit: contain;
      }
    }
  }

  @media (min-width: 767.8px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 80px;
    }
  }

/*   a, button {
    all: unset;
  } */

  .container {
    position: relative;
  }
  .container-btn-subscribe{
    position: relative;
    z-index: 99;
    bottom: 115px;
  }
  }
  .btn-subscribe {
    width: 100%;
    bottom: 80px;
    left: 10%;
    display: flex;
    justify-content: start;
    all: unset;
    @media (max-width: 767.8px) {
      left: var(--paddingMobile);
    } 
  }

  .btn-subscribe > button {
    width: max-content;
    cursor: pointer;
    border-radius: 200px;
    background: #2077BF;
    display: inline-flex;
    height: 56px;
    padding: 0px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
  }

  .btn-subscribe > button > span {
    color: var(--white);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
  }

  .btn-subscribe > button > img {
    max-width: 24px;
    min-width: 24px;
  }
}
