.page-cta-section {
    background-color: var(--secondary);
    color: white;
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
    margin-bottom: 0.75rem;
    position: relative;
}

.page-cta-section__text-wrapper {
    max-width: 22.81rem;
}

.page-cta-section__title {
    margin-bottom: 2.25rem;
}

.page-cta-section__body-text {
    margin-bottom: 2.25rem;
}

.page-cta-section__golf-ball-decoration {
    position: absolute;
    top: 118px;
    width: 435px;
    height: 435px;  
    right: 0;
    opacity: 0.5;
}

.page-cta-section__logo-wrapper {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
}

.page-cta-section__logo {
    width: 179px;
    height: 179px;  
    justify-self: center;
    transform: translateY(-50%);
}

@media (max-width: 1159px) {
    .page-cta-section__golf-ball-decoration {
        transform: translateX(200px);
    }
}

@media (max-width: 806px) {
    .page-cta-section__golf-ball-decoration {
        display: none;
    }
    
    .page-cta-section__text-wrapper { 
        max-width: none;
    }
}