﻿@media screen and (min-width: 1024px) {
  .officer_list-dl {
    margin-top:10% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .officer_list-dl {
    margin-top:3% !important;
  }
}