.formsefa{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card-sefa{
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
}
.scards{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.scard{
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
}