.page.contact .banner {
    position: relative;
}

.page.contact .banner .image {
    float: right;
    min-height: 50vh;
    width: 58vw;
    height: 100%;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .page.contact .banner .image {
        width: 110vw!important;
        margin-right: -10vw;
        min-height: 35vh;
        background-position: bottom;
    }
}

.page.contact .banner .title,
.page.contact .banner .data {
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    height: 100%;
    padding: 5rem 0;
}

.page.contact .banner .title {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
}

.socialmedia {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.socialmedia li {
    font-size: 3rem;
}

.page.contact .banner .title h1 {
    font-size: 6rem;
    /* letter-spacing: 0.3em; */
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    margin-bottom: 5rem;
}

.page.contact .banner .data p {
    text-align: left;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 992px) {
    .page.contact .banner .title h1 {
        font-size: 4rem;
        /* letter-spacing: 0.3em; */
        text-transform: uppercase;
        writing-mode: horizontal-tb;
        /* text-orientation: sideways; */
        transform: rotate(0deg);
    }
    .page.contact .banner .data {
        padding: 5rem 0;
        align-items: center;
    }
    .page.contact .banner .data h1 {
        text-align: center;
        font-size: 2rem;
        padding-bottom: 2rem;
    }
    .page.contact .banner .data p {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

.page.contact .banner .data p span {
    color: var(--color-green);
    font-weight: 700;
}