.contact-page {
    width: 100%;
    background-color: transparent;
    color: #F1E9E0;
}
.page-template-page-contact {
    background: linear-gradient(180deg, #111, #111 82.84%, #3f3127);
}
.page-template-page-contact footer#colophon {
    background: transparent;
}

.contact-section {
    position: relative;
    min-height: 50vw;
    padding: 17.24vw 18.33vw 10vw;
}

.contact-title h1 {
    font-family: 'CormorantGaramond', serif;
    font-size: 4.17vw;
    font-weight: 400;
    letter-spacing: 0.125vw;
    line-height: 4.17vw;
    text-transform: uppercase;
    color: #F1E9E0;
    margin: 0;
}

.contact-info-wrapper {
    position: absolute;
    top: 32.21vw;
    right: 15vw;
    display: flex;
    align-items: flex-start;
}

.contact-line {
    width: 1px;
    height: 11vw;
    background-color: #A37F66;
    margin-right: 1.09vw;
    transform-origin: top center;
}

.contact-info {
    display: flex;
    flex-direction: column;
}

.contact-text {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.3vw;
    font-weight: 500;
    line-height: 1.56vw;
    color: #F1E9E0;
    margin: 0 0 2.6vw;
    max-width: 25.21vw;
}

.contact-phone {
    font-family: 'CormorantGaramond', serif;
    font-size: 1.82vw;
    font-weight: 700;
    color: #A37F66;
    text-decoration: none;
    margin-bottom: 0.78vw;
    transition: opacity 0.3s ease;
}

.contact-phone:hover {
    opacity: 0.8;
}

.contact-email {
}

@media only screen and (max-width: 767px) {
    .contact-section {
        min-height: auto;
        padding: 45vw 7% 15vw;
    }

    .contact-title h1 {
        font-size: 8vw;
        line-height: 9vw;
        letter-spacing: 0.3vw;
        max-width: 100%;
        margin-bottom: 10vw;
    }

    .contact-info-wrapper {
        position: relative;
        top: auto;
        right: auto;
        flex-direction: column;
    }

    .contact-line {
        width: 25vw;
        height: 1px;
        margin-right: 0;
        margin-bottom: 8vw;
        transform-origin: left center;
    }

    .contact-text {
        font-size: 4vw;
        line-height: 6vw;
        max-width: 100%;
        margin-bottom: 8vw;
    }

    .contact-phone {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .contact-email {
        font-size: 5vw;
    }
}