@font-face {
    font-family: "Poppins";
    src: url("/fonts/Poppins-Regular.ttf");
}
.block-hg-medic-get-in-touch-with-us {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px;
    background: #f1f1f1;
}
.block-hg-medic-get-in-touch-with-us h1 {
    font-size: 40px;
    font-weight: 400;
    color: #085d82;
    padding-bottom: 20px;
    text-align: center;
}
.block-hg-medic-get-in-touch-with-us .get-in-touch-image {
    padding: 0px 12px 0px 0px;
    object-fit: cover;
    object-position: right 0px;
}
.block-hg-medic-get-in-touch-with-us .contact-us-form {
    padding: 40px;
}
.block-hg-medic-get-in-touch-with-us .submit-button {
    display: block;
    margin: auto;
    background-color: #085d82;
    color: white;
    border-radius: 25px;
    border: 0px;
    padding: 10px 40px;
    box-shadow: #000000 0.4 5px 5px 5px;
}
.block-hg-medic-get-in-touch-with-us .contact-us-form input,
.block-hg-medic-get-in-touch-with-us .contact-us-form textarea {
    margin-bottom: 15px;
    padding: 13px 20px;
}
.block-hg-medic-get-in-touch-with-us .get-in-touch-image {
    padding: 0px 12px 0px 0px;
    object-fit: cover;
}
@media only screen and (max-width: 720px) {
    .block-hg-medic-get-in-touch-with-us .get-in-touch-image {
        padding: 0px;
    }
}
