.banner-splide {
  background: url(../../assets/img/bg-banner.jpg) bottom center no-repeat var(--dark-blue-100);
  background-size:cover;
  padding: 65px 20px;
}

.banner__center {
  margin: auto;
  max-width: 1366px;
}

.banner-splide .splide__list {
  height: 524px;
}

.banner-item {
  height: 100%;
  padding: calc(var(--spacing) * 20);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-title {
  font-size: 2.75rem;
  line-height: 2.75rem;
  font-weight: 800;
  font-style: oblique;
  text-transform: uppercase;
}

.banner-title.text-dark,
.banner-description.text-dark {
  color: var(--dark-blue-100);
}

.banner-title.text-light,
.banner-description.text-light {
  color: white;
}

.banner-description {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--dark-blue-100);
  padding: 1rem 0 2rem 0;
}

@media (max-width: 60rem) {
  .banner-splide {
    margin-top: 20px !important;
  }

  .banner-item {
    padding: calc(var(--spacing) * 10);
    justify-content: flex-start;
  }

  .banner-title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .banner-description {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1rem 0;
  }
}
