.Services__content_cards.secures{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.Services__content_card.secures {
    justify-content: flex-start;
    width: 25%;
    height: 400px;
}

@media (max-width: 780px) {
    .Services__content_card.secures {
        width: 100%;
    }
}