/*
Theme Name: Engeseg MR
Theme URI: https://engeseg.eng.br
Author: Engeseg MR
Description: Tema oficial do Grupo Engeseg MR — Medicina Ocupacional, Segurança do Trabalho e Consultoria Ambiental.
Version: 1.0.0
License: Proprietary
Text Domain: engeseg-mr
*/
/* Mobile */
@media (max-width: 768px) {
  #inicio {
    padding-top: 100px;
  }
}

.person-img {
    margin-bottom: -10px;
}

@media (min-width: 640px) {
    .person-img {
        margin-bottom: -20px;
    }
}

@media (min-width: 1024px) {
    .person-img {
        margin-bottom: -30px;
    }
}