section.default-hero {
    position: relative;
    padding: 3.25rem 30px;
    margin-top: 7.85em;
    box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
}

section.default-hero .titleContent {
    /* width: 100%; */
    /* max-width: 42.24em; */
    /* text-align: center; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #fff;
}

section.default-hero .backgroundImage img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

section.default-hero .titleContent h1 {
    text-transform: uppercase;
    margin: 0;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 3.4em;
}

section.default-hero .titleContent p {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.6;
}

.is-style-btn-outline > a::after,
.wp-block.is-style-btn-outline .wp-block-button__link::after {
    content: "\f178";
    font-weight: 300;
    display: inline-block;
    font-size: 1.4em;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 6 Pro";
}

section.default-hero .titleContent h1::after {
    content: "";
    width: 4em;
    height: 0.16em;
    background: #68bbbf;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.54em;
    top: inherit;
}

/* section.default-hero::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #00000058;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
} */

@media (max-width: 480px) {
    section.default-hero .titleContent h1 {
        font-size: 2em;
    }

    section.default-hero {
        padding: 3.25rem 30px;
    }
}

@media (max-width: 760px) {
    section.default-hero .titleContent h1 {
        font-size: 1.9em;
    }
}
@media (min-width: 760px) {
    section.default-hero {
        padding: 7.5rem 30px;
    }
}
@media (min-width: 960px) {
    section.default-hero {
        padding: 10.5rem 30px;
    }
}
