.Presentation-section{
    padding:20px 50px;
}

.presentation-title{
    text-align: center;
}

.text-card{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:2rem;
    flex-wrap: wrap;
    padding-top: 50px;
}

.text-presentation{
    width:400px;
}

.card {
    overflow:hidden;
    height:250px !important;
    width:200px !important;
    border-radius:  100px 100px 0px 0px !important;
    border: double #5f9ea0 8px !important;;
}

.card img{
    height:100%;
    width: 100%;
    object-fit:cover;
}