.hero-flex {

    max-width: 1475px;

}

.list-group-item-goz {
    font-size: .8rem !important;
    font-weight: 500 !important;
}

.person-content img {
    height: auto;
    box-shadow: -25px -25px 0 -20px #0d1f61, 25px 25px 0 -20px #0d1f61;
}
.navbar {

    padding-top: 1rem !important;
    padding-bottom: 1rem !important;

}

.brand img {
  
    width: 130px !important;

}


@media screen and (max-width: 768px) {
  .brand img {

    width: 75px !important;
  
  }
}

