/*
Theme Name: WebGo
Author: Webgo
Author URI: webgo.dev
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.schorzenia-template-default .when_consultation_section ul {
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_row1 .contact_item:nth-of-type(1) .text p:has(a) {
padding-bottom: 15px;
}

.consultation_section .main_text  {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.single-schorzenia .symptoms_section .grid2_col .main_text {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 850px) {
	.single-schorzenia .symptoms_section .grid2_col .main_text {
		padding-right:0;
	}
}