 .swiper-pagination-bullet {
     background-color: #d3d3d5;
     width: 13px;
     height: 13px;
 }

 .swiper-pagination-bullet-active {
     background-color: #1d86c7;
     width: 40px;
     border-radius: 10px;
     height: 15px;
 }

 .swiper-pagination3 {
     text-align: center;
 }

 .swiper-pagination3 .swiper-pagination-bullet {
     background-color: #fffdfb;
     width: 13px;
     height: 13px;
 }

 .swiper-pagination3 .swiper-pagination-bullet-active {
     background-color: #fde4bb;
     width: 40px;
     border-radius: 10px;
     height: 15px;
 }

 .swiper-button-next,
 .swiper-button-prev {
     color: #ccc;
     width: 60px;
     height: 120px;
 }

 .swiper-button-next:after,
 .swiper-button-prev:after {
     font-size: 60px;
 }