.swiper {
    height: 100%;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button:hover {
    cursor: pointer;
}

.carsoul_img {
    position: relative;
}

.carsoul_img_para {
    position: absolute;
    display: flex;
    top: 32rem;
    left: 180px;
    color: white;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 200px;
    z-index: 999;
}