.swiper {
    width: 90%;
    height: 100%;
}



.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}

.swiper-slide .image {
    width: 20%;
    margin: 0.5rem;
}

.swiper-button-prev,.swiper-button-next{
    color:#37474f!important;
}
.swiper-button-next{
    position: absolute;
    right:4px;
}
.swiper-button-prev{
    position: absolute;
    left:4px;
}


.card-content {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;

}
.swiper-slide{
    height: 55vh;
}
.card-content{
height: 50vh;
}
.card-text,.name-profession{
    margin-left: 2rem;
    margin-right: 2rem;
}