.home-why-us .swiper {
    max-width: 1320px;
    width: 100%;
}

.home-why-us .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.home-why-us .swiper-slide {
    display: flex;
    height: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #FFC24B;
}

.home-why-us-card {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.home-why-us {
    color: #393333;
    margin-bottom: -100px;
}

.home-why-us-img {
    height: 600px;
    max-width: 1520px;
    width: 100%;
}

.home-why-us img {
    margin-top: -120px;
    z-index: -1;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
}

.home-why-us h2 {
    font-family: 'RadiateSans';
    font-weight: 800;
    font-size: clamp(20px, 2.5vw, 40px);
    text-transform: uppercase;
}

.home-why-us p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 18px);
}

.home-why-us-card p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 13px;
}

.home-why-us h3 {
    font-family: 'RadiateSans';
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

.home-why-us-card {
    box-shadow: 0px 2px 15px 0px #0000001A;
    background: #fff;
}