@media (max-width: 700px) {
    .gridLinks {
        min-width: 100%;
    }
    .workWithUs p {
        text-align: center;
    }
}
@media (max-width: 575px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
@media (max-width: 500px) {
    .footer-menu{
        display: none;
      }
    .logoFooter, .contactTable {
        margin-left: auto;
        margin-right: auto;
    }
    .social-links img {
        margin-top: -3em;
    }
    .mtMobi {
        margin-top: 3rem !important;
    }
    #home h1 {
        font-size: 2em !important;
    }
    #services img {
        max-width: -webkit-fill-available;
    }
    #browse .mainBanner {
        position: relative;
        background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.5)), url(/img//browse_vacancies.jpg);
        background-size: cover;
        height: 430px;
        padding: 0px !important;
        background-position-x: 80%;
        background-position-y: 17%;
    }
    .notifiedTitle {
        text-align: center;
    }
    .getnotifiedRight {
        text-align: center;
    }
    .mobiBreak {

    }
    .mobiFcol {
        /* text-align: center; */
    }
    .footer-copyright {
        margin-top: 2.2em;
        font-size: 0.45em;
    }
}

@media (min-width: 500px) {
    .mobiBreak {
        display: none;
    }
    .getnotifiedRight {
        text-align: right;
    }
}
