body
{
    font-size: 1.4rem;
}

.template-39.contact2-container .grid-wrapper
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(250px, auto);
}

.template-39.contact2-container .cell-contact-info
{
    /* background-color: blueviolet; */
}

.template-39.contact2-container .cell-map
{
    /* background-color: brown; */
    grid-row: 1 / 3;
    /* grid-column: 2; */
}

.template-39.contact2-container .cell-email-form
{
    /* background-color: chartreuse; */
    border: 1px solid #DDD;
    background-color: #EEE;
    font-size: 1rem;
    /* grid-column: 1; */
}

.email-form-container
{
    padding: 15px;
    line-height: 1.3em;
}

.email-form-container .form-control
{
    font-size: 1.3em;
}

p#sendEmail
{
    font-size: 1.3em;
    margin-bottom: 15px;
}

p#send-email-status
{
    font-size: 1.3em;
}

.template-39.contact2-container .cell-map
{
    /* background-color: chartreuse; */
    border: 1px solid #DDD;
}

.template-39.contact2-container .cell-contact-info #contact_element
{
    width: 100% !important;
    height:100% !important;
    margin: 0 !important;
    border: 1px solid #DDD !important;
}

.template-39.contact2-container .cell-contact-info .content
{
    width: 100% !important;
    height:100% !important;
    font-size: 1.4rem;
    border: none !important;
    /* color: red !important; */
}

@media screen and (max-width: 1020px)
{
    .template-39.contact2-container .grid-wrapper
    {
        grid-template-columns: 1fr;
        /* grid-auto-rows: auto; */
        /* grid-template-rows: auto; */

        grid-gap: 20px;
        grid-auto-rows: minmax(100px, auto);
    }

    .template-39.contact2-container .cell-map
    {
        /* background-color: brown; */
        /* grid-row: 3; */
        /* grid-column: 1; */
    }

    .template-39.contact2-container .cell-contact-info
    {
        /* background-color: brown; */
        /* grid-row: 1; */
        /* grid-column: 1; */
    }

    .template-39.contact2-container .cell-email-form
    {
        /* background-color: brown; */
        /* grid-row: 2; */
        /* grid-column: 1; */
    }
}