#service-content .container {
    position: relative;
}

#first-section {
    padding: 80px 0;
}

#first-container h2 {
    margin-bottom: 60px;
}

#first-container h2 span {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--lighter-grey);
    font-size: 120px;
    /*line-height: 110px;*/
    font-weight: 500;
}

#presentation-row {
    margin-bottom: 0;
}

@media (max-width: 991.8px) {
    #third-section-text {
        order: 2;
        text-align: center;
    }

    #third-section-image {
        order: 1;
        margin-bottom: 50px;
        text-align: center;
    }
}

@media (max-width: 767.8px) {
    #first-section {
        padding: 40px 0 80px 0;
    }

    #first-container h2 {
        margin-bottom: 30px;
    }

    #first-container h2 span {
        font-size: 75px;
        line-height: 50px;
    }
    #first-container p br{
        display: none;
    }
}

@media (max-width: 420px) {
    #first-container h2 span {
        font-size: 65px;
        line-height: 45px;
    }
}

