/*
* @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-image-with-text {
    margin-block: 30px;
    @media (min-width: 768px) {
        margin-block: 50px;
    }

    .fully-spaced-row--medium {
        margin: 0;
    }

    .majortitle {
        font-size: var(--title-size-mobile);
        @media (min-width: 768px) {
            margin-block-end: 50px;
            font-size: var(--title-size-desktop);
        }
    }

    .feature-text-paired {
        @media (min-width: 768px) {
            margin-inline-end: 5%;
        }
    }

    h4 {
        font-size: var(--base-text-size-xl);
    }
}