footer {
     background-color: #ededed !important;
	 margin-top: 100px;
     padding-top: 50px;

     h4 {
          font-weight: 500;
          font-size: 24px;
          color: #000000;
          line-height: 60px;
     }

     ul {
          padding: 0;

          a {
               font-size: 14px;
               color: #000000;
               line-height: 46px;
               width: 100%;
               display: block;
               text-decoration: none;
               font-weight: 500;
			 img{
				 width: 28px;
			 }
          }
     }
}