.swiper {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.swiper-slide img {
    height: 450px;
    width: auto;
}

/* .swiper-button-prev::after {
    font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
  content: "\f0a8";
}

.swiper-button-next::after {
    font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
  content: "\f0a9";
} */