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

main {
	max-width: 972px;
	margin: auto;
	margin-top: 100px!important;
	margin-bottom: 192px;
}

.rank-math-breadcrumb, .rank-math-breadcrumb p {
    margin-bottom: 71px;
    margin-top: 15px;
}

h1, h2, h3, .rank-math-breadcrumb {
	text-align: center;
}

h1.h2-like {
	line-height: 1;
	display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

h1.h2-like:before {
    content: "";
    background: url(https://mformama.gr/wp-content/uploads/2024/02/heart-footer.svg);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    width: 38px;
    height: 33px;
    top: -25px;
    cursor: pointer;
    position: absolute;
}

.title-breads-container {
	text-align: center;
}

.webinar {
	gap: 6%;
}

.live-container {
	margin-block-start: 100px;
}

.webinar .wp-block-column:first-child figure img{
	width: 100%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.webinar-right-col {
	display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 29px;
}

.webinar .wp-block-buttons a.wp-block-button__link {
	background-color: var(--wp--preset--color--primary)!important;
	transition: 0.5s ease all;
}

.webinar .wp-block-buttons a.wp-block-button__link:hover {
    background-color: transparent!important;
    color: var(--wp--preset--color--primary)!important;
    border: 1px solid var(--wp--preset--color--primary);
    
}

@media screen and (max-width: 952px) {
	h2.h3-like {
		font-size: 2.2rem;
	}
	
	.webinar .wp-block-buttons a.wp-block-button__link {
		font-size: 1.3rem;
	}
	
	
	
}

@media screen and (max-width: 781px) {
	.webinar {
		gap: 41px;
	}
	
	.webinar-right-col {
		text-align: center;
	}
	
	.webinar-right-col .wp-block-buttons {
		margin: auto;
	}
}
