.splitted-card{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1E71A1;
    border-radius: 20px;
}

.card-content {
    height: 100%;
    border-radius: 10px;
    color: white;
    padding: 0 40px;
}

.greffe-img {
    object-fit: contain;
}

.text-card {
    padding: 15.5px;
    background-color: #155c86;
    border-radius: 10px;
}

.conclusion-content {
    border: 1px solid #1E71A1;
    border-radius: 20px;
    padding: 10px 40px;
}

@media screen and (max-width: 1200px) {
    .text-card{
        font-size: 12px;
    }
}