@media only screen and (min-width: 992px) {
  .font-size-partner {
    font-size: 55px !important;
  }
  .twoGrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 768px) {
  .hero-area .award-wrapper {
    justify-content: center;
  }
}
