/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 06:47:41 */
div#race-accred{
	margin-bottom: 100px;
}
.wp-block-group.pink-bg-cover{
	    background: #FCF6E4;
    padding: 22px 40px;
    border-radius: 30px;
}
div#race-accred h2{
	    color: var(--heading-primary);
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 14px;
}
div#race-accred p{
	    font-size: 1.125rem;
    font-weight: 400;
    line-height: 160%;
    margin-top: 0.625rem;
    color: var(--heading-primary-para);
}
div#race-accred p strong{
	display: block;
	color: var(--heading-primary);
	font-weight: 500;
}
.wp-block-group.rac-img-wrap .wp-block-group.is-content-justification-right{
	gap: 40px;
}

@media only screen and (max-width: 1100px){
	.wp-block-group.pink-bg-cover .wp-block-group.is-content-justification-space-between{
		    display: block;
    text-align: center;
	}
	.wp-block-group.rac-img-wrap .wp-block-group.is-content-justification-right{
		    justify-content: center;
    margin-top: 1.5rem;
	}
}
@media only screen and (max-width: 800px){
	div#race-accred p strong{
		display:inline;
	}
	div#race-accred{
	margin-bottom: 80px;
	}
}
@media only screen and (max-width: 660px){
	div#race-accred p strong{
		display:inline;
	}
	div#race-accred h2{
		font-size: 1.375rem !important;
	}
	div#race-accred p{
		font-size: 1rem;
	}
	.wp-block-group.rac-img-wrap .wp-block-group.is-content-justification-right{
		gap: 1.5rem;
	}
	.wp-block-group.rac-img-wrap img{
		height: 90px !important;
	}
	div#race-accred{
		margin-bottom: 50px;
	}
}