@media (min-width: 992px) {
.col-md-3.group-left { width: 25%;}
.col-md-9.group-right { width: 75%;}
.text-box-person {min-height: 200px;}
}

.team-position {
    color: #4b4b49;
    display: flex;
  }
.team-email {
    color: #4b4b49;
}
.team-email::before {
    font-family: FontAwesome;
    content: "\f003";
    padding-right: 2px;
    color: #adada8;
}
.team-address {
    color: #4b4b49;
    line-height: normal;
    padding: 3px 0;
}
.team-address::before {
    font-family: FontAwesome;
    content: "\f041";
    padding-right: 2px;
    color: #adada8;
}
.team-phone {
    color:#4b4b49;
    line-height: normal;
    padding: 3px 0;
}
.team-phone::before {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 2px;
    color: #adada8;
}
.team-mobile {
    color: #4b4b49;
    line-height: normal;
    padding: 3px 0;
}

.team-mobile a {
    color: #4b4b49;
    padding: 3px 0;
}

.team-mobile::before {
    font-family: FontAwesome;
    content: "\f10b";
    padding-right: 7px;
   color: #adada8;
}
.team-office {
    color: #4b4b49;
    line-height: normal;
    padding: 3px 0;
}
.team-office::before {
    font-family: FontAwesome;
    content: "\f124";
    padding-right: 2px;
    color: #adada8;
}
.team-title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.team-title a {
    color: #1e1e1e;
}
.team-title a:hover {
    color: #adada8;
}



/*oktatók*/

h4.team-title-oktatok {
    margin-top: 0px;
}

.oktato-vegzettseg {
    margin-top: -15px;
}

.team-title-oktatok a {
    color: #1e1e1e;
}
.team-title-oktatok a:hover {
    color: #adada8;
}

.team-title-oktatok{
   margin-bottom: 10px;
    font-size: large;
    font-weight: 600;
    line-height: normal;
}
.gsc-button.large.person {
     border-color: #dad9d3 !important;
}




