img{
    object-fit: cover;
}
body{
    overflow-x: hidden;
}
.swiper-pagination-testimonials{
    display: flex;
    justify-content: center;
}
#banner{
    position: relative;
}

@media screen and (max-width:1280px) {
    header .container{
        flex-direction: column ;
        gap: 20px;
    }
}
@media screen and (max-width:1020px) {
    header .container{
        flex-direction: row ;
        gap: 20px;
    }
}
