/*
* @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/
*/

.image-with-text {
    img,
    .image-with-text__media {
        border-radius: var(--radius-medium) !important;
    }
}

@media only screen and (max-width: 750px) {
    .image-with-text__content {
        padding: 2rem 0 0.5rem;
    }
}
