.custom-home-section .wp-block-media-text__content{
	    display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
}
.custom-home-section h2{
	color:var(--primary-color);
}
.custom-home-section p{
	font-size:23px;
}
.custom-home-section a{
	background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0;
    width: 100%;
}
.custom-home-section .wp-block-button,.custom-home-section .wp-block-buttons {
    width: 100%;
}
.custom-home-section2 p {
    font-size: 18px;
}