/*
* @author  Agence Dn'D <contact@dnd.fr>
* @license https://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
* @link    https://www.dnd.fr/
*/

.section-multi-column-3 {
    text-align: left;

    .text-column {
        margin-bottom: 32px;
    }

    .text-column__title {
        font-weight: var(--font-weight-600);
        text-transform: uppercase;
    }

    .text-column__text {
        color: rgb(var(--footer-text-col));
    }

    @media (min-width: 768px) {
        text-align: center;

        .text-column {
            margin-bottom: 26px;
        }
    }
}
