.news-heading {

    color:#FBAF3F;
    font-weight: bold;
}

.widget .tel, .email,.mobile {
    font-weight: bold;
}

.footer h3 {

    font-size: 20px;

}



.clients-row {

    display: flex;
    flex-wrap: wrap;

  }
  .clients-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;

  }

  .clients-row .clients-col {
    display: flex;
    margin-bottom: 1.5rem;
  }

  .clients-row .clients-col {
    width: 25%;
  }
  .clients-row .clients-col.clients-col-3 {
    width:33.33333333%;
  }
  /* Media query for 991px and below */
  @media (max-width: 991px) {
    .clients-row .clients-col {
      width: 33.333%;
    }
  }

  /* Media query for 700px and below */
  @media (max-width: 700px) {
    .clients-row .clients-col {
      width: 50%;
    }
  }



.clients-grid{
    border: 1px solid #e3e3e4;
    text-align: center;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.03);
    padding: 1.35rem 1.25rem;
    border-radius: 0.625rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.clients-grid img{
    margin: 0 auto;
    height: 90px;
    width: 90px;
    object-fit: contain;
}
.clients-grid h3{
    margin-top: 5px;
    font-weight: bold !important;
    color: #022F49;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 1.4;
    margin-bottom: 0;
}