.swiper{
    width: 100%;
}
.swiper-slide{
    background-position: center;
    background-size: cover;
    width: 220px;
    height: 170px;
    padding: 50px 0;
}
.swiper-slide img{
    display: block;
    width: 100%;
    box-shadow: 0 0 5px #076991, 0 0 10px #076991;
    border-radius: 10px;
}
.swiper-pagination-bullet-active{
    background: #076991 !important;
}
.swiper .swiper-pagination{
    transform: translateY(10px);
}