/* Solo CSS specifico per la pagina servizi */
.services-parallax-section {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
                url('../upload/vetrina/retinetwork-servizi.jpg');
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed;*/
    padding: 2rem 0;
    padding-bottom: 0;
    color: #fff;
    margin-top:8rem;
}

.services-section-title h2 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
}

.services-section-title .title-line {
    color: #fff;
    font-size: 2rem;
}

.login-section
{
    padding:0;
}

/* Responsive */
@media (max-width: 991px) {
    .services-content-wrapper {
        border-left: none;
        border-top: 0.5rem solid var(--primary-color);
        padding-left: 0;
        padding-top: 2rem;
        margin-top: 2rem;
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .services-parallax-section {
        padding: 4rem 0;
        margin-top: 8rem;
    }

    .services-section-title h2 {
        font-size: 2rem;
    }
}