﻿.contact-form-container {
    padding: 1rem;
}

.text-container ul {
    list-style: none;
    padding: 0;
}

office-section:first-child {
    align-self: flex-end;
}

h2 {
    text-align:center;
}

.contact-container {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
}

.contact-flex-section {
    width: 50vw;
    display: flex;
    flex-direction: row;
    margin: 1.5em auto;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}
.gdpr-foot {
    padding: 0.6rem;
    font-size: 0.8em;
}

@media only screen and (min-width: 1200px) {
    .office-section, .office-section .text-container {
        align-items: center;
    }
}

@media only screen and (max-width: 600px) {
    .contact-form{
        width:100%;
    }
    .contact-form-container{
        padding:0;
    }

    li {
        font-size: 1.1em;
    }
    h3 {
        font-size: 1.4rem;
    }

    .text-container {
        padding: 0;
    }

    .contact-flex-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: 1.5em auto;
    }

}
/*.g-recaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media only screen and (min-width: 1120px) {
    .g-recaptcha {
        transform: scale(1);
        -webkit-transform: scale(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}*/
