.ContactPageSectContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
}

.ContactPageSectCon2 {
    padding: 40px;
    display: grid;
    max-width: 400px;
    justify-self: center;
}

.ContactSectGetInTouchHead {
    display: grid;
    justify-items: center;
}

.ContactSectGetInTouchMap {
    max-width: 450px;
}

.ContactPageFormSection {
    display: grid;
    justify-items: center;
    padding-top: 70px;
    padding-bottom: 100px;
}

@media only screen and (min-width: 600px) {
    .ContactSectForm {
        width: 500px;
    }
}

@media only screen and (max-width: 600px) {

    .ContactPageSectCon2 {
        padding: 10px;
        padding-top: 40px;
    }

    h3 {
        margin-bottom: 15px;
    }

    p {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .ContactPageSectContainer {
        grid-template-columns: none;
    }

    .ContactPageSectCon1 {
        display: grid;
        justify-content: center
    }
}