/**
 * The following styles get applied both on the front of your site and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-renault-text {
	background-color: #000;
	color: #fff;
	padding: 2px;
}

.text-block {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin: 50px 0px;
	padding: 25px 20px;
}

a[target="_self"] i {
	display: none;
}

.btn {
	padding: 20px 0; 
}

.image-text_text_buttons > a {
	text-decoration: none;
    text-align: center;
	padding: 5px 30px;
}

@media screen and (min-width: 768px) {
    .image-text_text_buttons {
        flex-direction: row;
        margin-top: 0;
    }
}