.columns {
    text-align: center;

    &[data-color="#d9d9d9"] {
        .section__title {
            *:not(.surtitre):not(h2):not(h3) {
                color: var(--dark) !important;
            }
        }
    }

    .columns__item {
        .columns__icon {
            img {
                width: 100%;
                height: 135px;
                object-fit: cover;
                border-radius: var(--border-radius);
            }
        }

        h4 {
            color: var(--main-color-1);
            margin-top: 10px !important;
        }
    }

    .columns__content {
        max-width: 760px;
        margin: 0 auto;
    }
}