* {box-sizing: border-box; margin: 0;}
.widget {
  position:relative;
  padding: 20px;
  font-family: 'Verdana', sans-serif;
 
}

.widget h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color:  #424949;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 150%;
}
.widget li {
  border-bottom: 1px solid #525252;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  width: 80%;
}

.widget li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget a {
  font-family: 'Play', sans-serif;	
  text-decoration: none;
  color:  #3a4454;
  display: inline-block;
}
.widget li:before {
  font-family: FontAwesome;
  vertical-align:bottom;
  color: #147a90; 
  margin-right: 7px;
}
.widget li:nth-child(1):before {content:"\f007";}
.widget li:nth-child(2):before {content:"\f016";}
.widget li:nth-child(3):before {content:"\f0cd";}
.widget li:nth-child(4):before {content:"\f028";}
.widget li:nth-child(5):before {content:"\f03d";}

@media screen and (max-width: 1600px) {

.widget li {
font-size: 18px;	
  width: 70%;
    }
}

@media screen and (max-width: 1300px) {
.widget {word-break: break-all;}		
.widget li {
font-size: 16px;	
  width: 40%;
    }
.widget a {
  font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {
.widget {
	word-break: normal;}	
.widget li {
	font-size:16px;
	padding: 10px;
	border-bottom: 0px solid #000;
	display: inline;
	}
	
}


