.my-slides {
    display: none;
    width: 100%;
    border: 1px solid rgb(231, 231, 231);
    height:180px;
    width: 250px;
    padding:20px 2px 20px 2px;
    border-radius: 5px; 
}

.my-slides-img{
    width:100%;
    height:100%
}

.swiper-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    left: 220px;
}

.prev { left: 0; }

.prev:hover,
.next:hover {
  color : rgb(182, 182, 182);
}

.mt-2{
    margin-top: -2px;
}