ol.has-background, ul.has-background {
    padding: 0 2.375em;
}

.header-container {
		padding-bottom: 39px;
}

.rank-math-breadcrumb {
	text-align: center;
}

.rank-math-breadcrumb, .rank-math-breadcrumb p {
    margin-bottom: 81px;
}

main {
	margin-top: 0;
}

ul li {
	font-size: 1rem;
}

main h1.wp-block-post-title {
	line-height: 116.667%; /* 53.667px */
	letter-spacing: 0.92px;
	margin-block-start: 0!important;
	margin-bottom: 30px;
	font-weight: 700;
/* 	font-family: var(--wp--preset--font-family--bulgaria) !important; */
	font-size: 3.6rem;
}

main p.h4-like {
	margin-top: 37px;
	line-height: 116.667%; /* 42px */
	letter-spacing: -1.8px;
}

main p {
	line-height: 116.667%; /* 21px */
	letter-spacing: 0.36px;
	margin-bottom: 20px;
}

.under-header {
    background-color: var(--wp--preset--color--primary);
    height: 359px;
    position: relative;
    margin-bottom: 19%;
}
	
	.under-header .about-top-img {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8%;
    width: 37%;
	text-align: center;
	margin: auto;
	min-width: 335px;
	max-width: 808px;
}

.under-header .about-top-img img {
	border-radius: 50%;
}

.entry-content {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.background-circle-container {
	position: relative;
	margin-top: 112px;
}

/*
.about-top-img {
	margin-bottom: 120px;
}
*/

/*
.about-top-img img {
	width: 100%;
}
*/

.text-image-container {
	gap: 4%;

}

.text-image-container img {
	width: 100%;
}

.maia-container {
	margin-top: 66px;
}

.maia-container .wp-block-column:first-child {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.maia-container h2 {
	font-weight: 700;
	max-width: 521px;
}

.maia-container h3 {
	font-weight: 700;
	margin-bottom: 30px;
}

.white-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.pistopoihmenh-container {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--base);
	padding-top: 133px;
	padding-bottom: 146px;
	margin-top: 166px;
}

.pistopoihmenh-container-inner {
	max-width: 1157px!important;
}

.pistopoihmenh-container-inner h2 {
	margin-bottom: 66px;
}

.pistopoihmenh-container a, .pistopoihmenh-container a:hover {
	color: #fff;
	
}

.pistopoihmenh-container a:after {
	border-top: 1px solid #fff!important;
}

footer {
	background-color: var(--wp--preset--color--primary);
}

@media screen and (max-width: 1500px) {
	.under-header {
	    max-width: 100%;
	    height: 21vw;
	    min-height: 80px;
	}
	
	.under-header .wp-block-post-featured-image {
	    top: -8%;
	    
	}
}



@media screen and (min-width: 1285px) {
	.text-image-container img {
	    max-height: 775px;
	    object-fit: cover;
	    object-position: 29% 50%;
	    min-height: 717px;
	}
}

@media screen and (max-width: 1284px) {
	.text-image-container, .maia-container {
		flex-direction: column;
		gap: 64px;
	}
	
	.text-image-container figure {
		text-align: center;
	}
	
	.text-image-container figure img {
		    max-width: 90%;
			margin: auto;
	}
	
	.white-circle {
	    position: absolute;
	    top: 50%;
	    z-index: -1;
	    transform: translateY(-50%);
	    left: 1.5%;
	}
	
	.white-circle img {
	    width: 86vw;
	    height: 86vw;
	    max-width: none;
	    min-width: 344px;
		min-height: 344px;
	}
}


@media screen and (max-width: 999px) {
	.under-header {
		height: 23vw;
		min-height: 187.22px;
		    margin-bottom: 207px;
	}
	
	.under-header figure {
		top: 1%!important;
	}
	
	.white-circle {
	    position: absolute;
	    top: 52%;
	    z-index: -1;
	    transform: translateY(-50%);
	    left: 1.5%;
	}
	
	main p.h4-like, .maia-container h2 {
	    font-size: 1.333331rem;
	    line-height: 116.667%; /* 28px */
		letter-spacing: 0.48px;
		font-weight: 600;
	}
	
	.text-image-container figure img {
	    max-width: 90%;
	    min-width: 304px;
	}
	
	.pistopoihmenh-container-inner h2 {
		font-size: 1.333rem;
	}
	
	.pistopoihmenh-container {
		padding-top: 40px;
	}
	
	.mobile-top {
		top: 12px;
	}
}

@media screen and (max-width: 400px) {
	.white-circle {
	    top: 50%;
	}
	
	main h1.wp-block-post-title {
		font-size: 2.8rem;
	}
}

