﻿section.page-intro {
    height: unset !important;
    min-height: 70vh !important;
}
section.page-intro > .image-container {
    position: absolute;
    height: 100%;
    width: 100%;
}

section.page-intro .title {
    padding: 100px 20px 150px;
}

@media screen and (min-width: 576px) {
    section.page-intro .title > h1 {
        margin-right: 200px;
    }
}
section.page-intro > .contact-box {
    max-width: 200px;
    z-index: 10;
}
section.page-intro > .contact-box .text {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

@media screen and (max-width: 576px) {
    section.page-intro > .contact-box {
        box-shadow: none;
        display: flex;
        gap: 30px;
        justify-content: space-evenly;
        bottom: -57px;
        max-width: unset;
        top: auto;
        z-index: 18;
        width: 100%;
    }

    section.page-intro > .contact-box .text {
        font-size: 1.2rem;
    }
    .contact-box > .button {
        flex-shrink: 0;
        height: 100%;
        }
}