.swiper-container {
    width: 100%;
    padding-top: 118px;
    padding-bottom: 40px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 24rem;
    height: 20rem;
}

.swiper-slide:hover {
    position: relative;
    background-position: center;
    background-size: cover;
    width: 27rem;
    height: 23rem;
    border: 2px solid red;
}

.info h5 {
    margin: 0;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.685);
    font-size: 20px;
    font-weight: bold;
    color: #F8F7F3;
}

.info span {
    font-size: 15px;
    color: #2ED573;
    font-weight: bold;
}
