.contact-page .parallax-window {
    height: 100%;
}
.contact-hero-columns {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    padding-bottom: 48px;
}

.contact-hero-columns .container {
    max-width: 800px;
}

.contact-hero-columns__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.contact-hero-columns__col {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    padding: 0 32px;
    border-right: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-hero-columns__col:first-child {
    padding-left: 0;
}

.contact-hero-columns__col:last-child {
    border-right: none;
    padding-right: 0;
}

.contact-hero-columns__col:nth-child(1),
.contact-hero-columns__col:nth-child(2) {
    font-size: 20px;
}

.contact-hero-columns__col .bi-arrow-right {
    margin-left: 6px;
    font-size: 1em;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .contact-hero-columns__grid {
        grid-template-columns: 1fr 1fr;
    }

    .contact-hero-columns__col {
        padding: 16px 16px 16px 0;
        border-right: none;
        border-bottom: none;
        align-items: center;
        text-align: center;
    }

    .contact-hero-columns__col:nth-child(1),
    .contact-hero-columns__col:nth-child(2) {
        font-size: inherit;
    }

    .contact-hero-columns__col:first-child {
        padding-left: 0;
        align-items: center;
    }

    .contact-hero-columns__col:nth-child(1) {
        border-right: 1px solid #fff;
        padding-right: 16px;
    }

    .contact-hero-columns__col:nth-child(3) {
        grid-column: 1 / -1;
        padding-top: 16px;
        padding-right: 0;
    }

    .contact-hero-columns__col--cta .button {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}
