 .swiper {
     width: 100%;
     /* height: 500px; */
 }

 .swiper-slide {
     text-align: center;
     font-size: 18px;
     display: flex;
     justify-content: center;

 }

 .valoress {
     width: 75%;
 }

 .valslide {
     /* height: 60px; */
     width: auto;
     padding: 10px;
     border: 1px solid #4a8060;
     border-radius: 15px;
     display: flex;
     align-content: center;
     justify-content: center;
     align-items: center;
 }

 .valslide:hover {
     border: 1px solid rgb(117, 113, 113);

 }

 .valslide img {
     height: 50px;
     width: auto;
 }

 .swiper-slide button {
     font-size: 25px;
     font-weight: bold;
 }

 .swiper-button-next:after,
 .swiper-button-prev:after {
     color: #ff9200;
 }

 .swiper-pagination-bullet-active {
     background-color: #ff9200;
     opacity: 1;
 }

 @media (max-width: 767px) {
     .valslide {
         width: 100%;
     }


 }
