.servicios {
    max-width: 980px;
    margin: 0 auto;
}

.servicios-titulo {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.servicios-servicios {
    font-size: 20px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(10, 113, 174, 1);
    border-radius: 42px;
    padding: 0.5em 0.7em;
    margin: 10px;
}

.tipo-de-servicio {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width:950px) {
    .servicios-titulo {
        font-size: 50px;
    }
    .servicios-servicios {
        font-size: 30px;
        margin: 20px;
    }
    .tipo-de-servicio {
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}