.row {
    margin: 0 !important;
}

.securite-des-donnees h1 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.securite-des-donnees h2 {
    margin-bottom: 4rem;
    text-align: center;
    font-weight: bold;
    color: var(--purple-dark);
}

.securite-des-donnees h3 {
    font-weight: bold;
    color: var(--purple-light);
    text-align: center;
}

.securite-des-donnees .container-title .title-icon {
    position: absolute;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -3.15rem;
    z-index: 2;
    width: 25%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    height: 3.15rem;
    width: 3.3rem;
}
.securite-des-donnees .container-title .title-icon img {
    max-width: 2.8rem;
}

.security {
    display: flex;
    align-items: center;
    margin-bottom: 1.8rem;
}
.security img {
    width: 3rem;
    height: fit-content;
    margin-right: 1rem;
}

@media screen and (min-width: 768px) {
    .section-security {
        padding: 0 5rem;
    }
}

@media screen and (min-width: 1440px) {
    .section-security {
        padding: 0 3rem;
    }

    .text-security p {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1600px) {
    .securite-des-donnees h1 {
        margin-bottom: 3rem;
    }
    
    .securite-des-donnees h2 {
        margin-top: 5rem;
    }

    .securite-des-donnees .container-title .title-icon {
        bottom: -6.15rem;
        height: 6.15rem;
    }
    .securite-des-donnees .container-title .title-icon img {
        max-width: 6rem;
    }

    .section-security img {
        width: 4rem;
        height: 4rem;
    }
}