.intro-offers {
    background-color: #ffffff;
    padding: 1rem;
  }
  
  @media (min-width: 992px) {
    .intro-offers {
      padding: 3rem 0 0;
    }
  }
  
  .intro-offers h4 {
    text-transform: uppercase;
    font-family: 'MillerBanner-Bold';
    text-align: center;
    font-size: 27px;
    line-height: 40px;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  
  @media (min-width: 992px) {
    .intro-offers h4 {
      font-size: 42px;
      line-height: 76px;
      margin-bottom: 2rem;
    }
  }
  
  .intro-offers #carousel-details h5 {
    margin: 0.5rem 1rem;
  }
  
  .intro-offers h5 {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-size: 29px;
    line-height: 30px;
    color: #242222;
    text-transform: capitalize;
    margin: 1.5rem 1rem;
  }
  
  @media (min-width: 992px) {
    .intro-offers h5 {
      font-size: 29px;
      line-height: 30px;
    }
  }

#cards-offers .card{
    overflow: hidden;
    position: relative;
}

@media (max-width: 575px) {
    #cards-offers .card img{
        max-height: 250px;
        object-fit: cover;
        object-position: top;
    }
}

#cards-offers .card .card-img-overlay {
    z-index: 2;
    padding: 1rem 1rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    top: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 20%, transparent 60%);
}

#cards-offers .card .card-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    font-family: 'MillerBanner-Bold';
    color: #fff;
}

#cards-offers .card .card-text {
    font-size: 16px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
}

@media (min-width: 768px) {
    #cards-offers .card .card-title {
        font-size: 1.5rem;
    }

    #cards-offers .card .card-text {
        font-size: 18px;
    }
}

#carousel-offers {
    max-width: 95%;
    margin: auto;
}

#carousel-offers .owl-stage {
    display: flex;
}

#carousel-offers .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

#carousel-offers .card .card-body {
    background: rgb(251,241,208);
    background: linear-gradient(180deg, rgba(251,241,208,1) 0%, rgba(251,178,147,1) 100%);
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#carousel-offers .card .card-body .card-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'MillerBanner-Bold';
}

#carousel-offers .card .card-body .card-text {
    font-size: 16px;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
}

#carousel-offers .owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: absolute;
    top: calc(50% - 45px);
}

#carousel-offers .owl-nav button.owl-next, #carousel-offers .owl-nav button.owl-prev {
    position: relative;
    background: #A5DEE1;
    background: linear-gradient(180deg, #ffffff 0%, #A5DEE1 100%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-size: 48px;
    margin: 0 -2%;
}

#carousel-offers .owl-nav button::after {
    content: "\F285";
    font-size: 20px;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.25em;
    -webkit-font-smoothing: antialiased;
}

#carousel-offers .owl-nav button.owl-prev::after {
    content: "\F284";
}

#carousel-offers .owl-nav button > span {
    display: none;
}

@media (max-width: 767px) {
    #carousel-offers .owl-nav button.owl-next {
        margin-right: 14%;
    }
    #carousel-offers .owl-nav button.owl-prev {
        margin-left: 0 -4%;
    }
}
