.page-hero {
    text-align: center;
}

.page-hero .hero-cta-button-container {
    position: relative;
    display: inline-block;
}

.page-hero .hero-cta-button {
    display: inline-block;
    background-color: var(--teal);
    color: #ffffff;
    border: 2px solid var(--primary-dark-blue);
    padding: 55px 195px;
    border-radius: 100px;
    font-size: 2.5rem;
    font-weight: bold;
    text-decoration: none;
    transform: rotate(0deg);
    width: fit-content;
    position: relative;
    z-index: 2;
}

.page-hero .hero-cta-button-bg {
    position: absolute;
    top: 0;
    left: auto;
    right: -2.5%;
    bottom: 0;
    width: 105%;
    background-color: var(--primary-dark-blue);
    border-radius: 100px;
    z-index: 1;
    transform: rotate(-2deg);
}
