section#contactsection{
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    padding-right: 7.5%;
    box-sizing: border-box;
    background: #F4F4F4;
    padding-top: 80px;
    padding-bottom: 80px;
}

section#contactsection .foto{
    flex: 0 0 47.5%;
}

section#contactsection .foto img{
    height: 100%;
    object-fit: cover;
}

section#contactsection .contactform{
    flex: 0 0 47.5%;
}

section#contactsection .contactform h2{
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 70px;
}

section#contactsection .contactform .gform_heading .gform_description{
    font-size: 30px;
    color: #6C6C6C;
    margin-top: 0;
}

@media only screen and (max-width: 1000px) {
    section#contactsection .contactform h2{
        line-height: 30px;
    }

    section#contactsection .foto, section#contactsection .contactform{
        flex: 0 0 100%;
    }

    section#contactsection .foto{
        margin-bottom: 40px;
    }

    section#contactsection{
        padding-left: 10%;
        padding-right: 10%;
    }

    section#contactsection .contactform .gform_heading .gform_description{
        font-size: 24px;
        line-height: 24px;
    }
}
