@media(min-width: 800px) {
    
    .card__seguros{
        width: calc(25% - 20px);
        padding: 10px;
        border: solid 1px var(--secondary);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    
    .card__seguros img{
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
}