.site-content .ast-container {
    padding: 0;
    max-width: 100%;
}

.simple-hero {
	padding: 250px 0 40px;
	background-image: url("/wp-content/uploads/2025/04/sbhpp-purple-bg-d973d1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #fff;
}

.simple-hero__inner {
	max-width: 90%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.simple-hero__inner .heading-wrap {
	max-width: 75%;
}

.simple-hero__title {
    color: #fff;
    margin: 0 0 10px;
}

.simple-hero__title--large {
	font-weight: 900;
    line-height: 1;
}

.simple-hero__title--small {
    font-weight: 700;
    line-height: 1.2;
}

.simple-hero__copy {
    font-weight: 900;
}

.simple-hero__copy h2,
.simple-hero__copy h3,
.simple-hero__copy h4,
.simple-hero__copy h5,
.simple-hero__copy h6 {
	color: #fff !important;
}

.simple-hero__copy p a {
	color: #52C4C7 !important;
}

.simple-hero__placeholder {
	color: rgba(255,255,255,.7);
	font-style: italic;
}

.simple-hero__cta {
	min-width: 150px;
}

@media (max-width: 1200px) {
	.simple-hero {
		padding: 100px 0 40px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.simple-hero {
		padding: 100px 0 20px;
	}

    .simple-hero__inner {
        flex-wrap: wrap;
		gap: 10px;
    }

	.simple-hero__cta {
		width: 100%;
	}

    .simple-hero__button {
        max-width: 100%;
		justify-content: space-between;
    }

	.simple-hero__inner .heading-wrap {
		max-width: 100%;
	}
}