﻿.Contact_Us {
    height: auto;
    padding-left: 11%;
    background-repeat: no-repeat;
    background-size: cover;
}

#Id_Card {
    padding-bottom: 5% !important;
}

.Contact_Us_Text {
    /*width: 45%;*/
    margin-bottom: 14%;
}

    .Contact_Us_Text p:first-child {
        font-family: SVN-Gilroy;
        font-size: 18px;
        padding-top: 10%;
        color: #54555A;
        margin-bottom: 2%;
    }

    .Contact_Us_Text p:nth-child(2) {
        font-size: 34px;
        font-family: SVN-Gilroy;
        padding-bottom: 3%;
    }

.ID_Card {
    text-align: center;
    /*padding-left: 11%;*/
    position: relative;
    width: 100%;
    height: auto;
}

    .ID_Card .row div img {
        position: absolute;
    }

    .ID_Card .row div span {
        margin-right: 40px;
    }

    .ID_Card div span {
        margin-right: 40px;
    }

.button-survey:hover {
    color: white;
}

.ID_Card p {
    font-size: 40px;
}

@media (max-width: 600px) {
    .ID_Card p {
        font-size: 20px;
    }
}

@media (min-width: 601px) and (max-width: 991px) {
    .ID_Card p {
        font-size: 20px;
    }
}
