.swiper-button-next, .swiper-button-prev {
    color: #fff;
    font-size: 20px;
    background-color: var(--bg_1);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next {
    background-image: none;
    right: 3%;
    
}

.swiper-button-prev {
    background-image: none;
    left: 3%;
}

@media (max-width: 500px) {
    .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    section#hero {
        padding: 110px;
        padding-bottom: 0;
    }

    .section--5 .section--wrapper .image--area img {
        height: 200px;
    }
}