:root {
    --primary: #273488;
    --secondary: #88181e;
    --light: #E8F5E9;
    --dark: #0F4229;
}


.zic-branches ul li{
    display: inline-block;
    margin-right: 30px;
    min-width: 130px;
  }
  .zic-branches ul{
    padding-left: 0;
    margin-top: 10px;
  }
  .zic-branches .fa{
    color:#a57300;
    /* font-weight: 800; */
    margin-right: 10px;
  }

  #counts p{
    font-size: 14pt;
    color: var(--primary);
  }

  #counts .bi{
    font-size: 28pt;
  }

  .zic-news{
    list-style: none;
    padding-left: 0;
  }

  .zic-news img{
    max-width: 54px;
    height: 54px;
    margin-right: 10px;
    float: left;
    clear: both;
  }

  .zic-news span{
    width: calc(100% - 65px);
    height: fit-content;
    margin-bottom: 20px;
    float: right;
  }

  .news-list{
    width:100%;
    height: fit-content;
    clear: both;
  }

  .zic-news i{
    float: left;
    font-size: .9em;
    margin-top: 5px;
    color: darkgray;
  }

  .zic-news li{
    padding: 20px 0;
  }

 #read-more{
    color: red;
 }
