.home{
    width: 102%;
    min-height: 100%;
    margin-left: -15px;
    z-index: 1;

}

.row {
    margin: 0 !important;
}

.qui-sommes-nous h1 {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.qui-sommes-nous h2 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--purple-dark);
}

.qui-sommes-nous h3 {
    font-size: 1.15rem;
    font-weight: bold;
    color: black;
    text-align: center;
}

.container-subtitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4rem;
}
.container-subtitle h2 {
    max-width: 80%;
}

.section-services h3 {
    position: relative;
    margin-bottom: 3rem;
}
.section-services h3::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: 35%;
    width: 30%;
    border-bottom: 2px solid var(--dark-purple);
}

.qui-sommes-nous .service {
    display: flex;
    margin-bottom: 1.8rem;
}
.qui-sommes-nous .service img {
    height: fit-content;
    margin-right: 1rem;
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    
    .container-subtitle {
        max-width: 40rem;
        flex-direction: row;
    }
    .container-subtitle h2 {
        margin-left: 2rem;
        text-align: start;
    }

    .section-services {
        padding: 0 5rem;
    }
    .section-services h3::after {
        left: 42%;
        width: 14%;
    }
}

@media screen and (min-width: 1440px) {
    .qui-sommes-nous h1, .qui-sommes-nous h2 {
        font-size: 2rem;
    }

    .qui-sommes-nous h3 {
        font-size: 1.5rem;
    }

    .container-subtitle {
        max-width: 60rem;
    }
    
    .section-services {
        padding: 0 3rem;
    }
}

@media screen and (min-width: 1600px) {
    .qui-sommes-nous h1, .qui-sommes-nous h2 {
        font-size: 2.5rem;
    }

    .qui-sommes-nous h3 {
        font-size: 2rem;
    }

    .qui-sommes-nous p {
        font-size: 1.5rem;
    }

    .container-subtitle {
        max-width: min-content;
    }
    .container-subtitle img {
        width: 40rem;
    }

    .section-services img {
        width: 4rem;
        height: 4rem;
    }
}