@media only screen and (max-width: 1024px) {
  .menu__bar .navbar {
    position: fixed;
    z-index: 1111;
    top: 25px;
    right: 0;
    background: none;
  }

  .menu__bar .navbar .navbar-toggler {
    background: var(--primary-color);
  }

  .social,
  .social ul li {
    float: none;
    width: auto;
    text-align: center;
  }
  .link_number {
    position: absolute;
    right: -10px;
    top: 53px;
    transition: 0.5s;
  }

  .links:hover .link_number {
    top: 6px;
    right: 16px;
  }
  .menu img {
    height: 70px;
    width: 70px;
  }
  .menu h2 {
    font-size: 28px;
  }
  .Office_Bearers .off_bearers_img{
    text-align: center;
  }
  .Office_Bearers .off_bearers_cont{
    text-align: center;
    margin-top: 15px;
  }
  .Past_President .past_pres_img{
    text-align: center;
  }
  .Past_President .past_pres_cont{
    text-align: center;
    margin-top: 15px;
  }
}
