/*
Theme Name: Seven Techniques
Theme URI: https://7-metodik-dlya-chastya.ru/
Author: Eugene Belan
Author URI: https://t.me/Belan_Pro
*/


.page p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #f7f7f7;
    line-height: 28px;
}

.page p:last-child {
    margin-bottom: 0;
}

.page h4.wp-block-heading {
    margin-bottom: 20px;
}

.page .wp-block-heading {
    margin-bottom: 10px;
    font-size: 22px;
    color: #f7f7f7;
}

.page .hero__title {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #f7f7f7;
}

.page a {
    color: #dc9f48;
}

.wp-block-table {
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	font-family: sans-serif;
}

.results__list li .circle-box {
	z-index: -1;
}


@media (max-width: 600px) {
    .page p {
        margin-bottom: 15px;
        font-size: 16px;
        color: #f7f7f7;
        line-height: 22px;
    }

    .page p:last-child {
        margin-bottom: 0;
    }

    .page h4.wp-block-heading {
        margin-bottom: 15px;
    }

    .page .wp-block-heading {
        margin-bottom: 10px;
        font-size: 22px;
        color: #f7f7f7;
    }

    .page .hero__title {
        margin-top: 25px;
        margin-bottom: 25px;
        color: #f7f7f7;
    }

    .page a {
        color: #dc9f48;
    }
}