#contactPage .desc {
    margin-bottom: 30px;
    text-align: center;
}

#contactPage .desc p {
    font-size: 25px;
}

#contactPage .desc p:first-child {
    margin-bottom: 25px;
}

#contactPage .info {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#contactPage .info .section {
    margin-bottom: 25px;
}

#contactPage .info p a {
    color: #ffffff;
}

#contactPage .form-wrapper .field-wrapper textarea.form-field {
    height: 110px;
    padding: 40px;
    text-align: center;
}

@media (min-width: 480px) {
    #contactPage .info {
        display: flex;
        justify-content: space-between;
    }

    #contactPage .info .section {
        margin: 0;
    }
}

@media (min-width: 615px) {
    #contactPage .form-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #contactPage .form-wrapper .form-part {
        width: 49%;
    }

    #contactPage .form-wrapper .form-part.big {
        width: 100%;
    }

    #contactPage .form-wrapper .field-wrapper textarea.form-field {
        display: block;
        /*width: 80%;*/
        height: 140px;
        margin: auto;
        padding: 40px 100px 40px 50px;
        font-size: 40px;
    }
}


@media (min-width: 992px) {
    #contactPage .info p a:hover {
        text-decoration: underline;
    }
}