li {
   list-style-type: none;
   margin-bottom: 5px;
}
ul {
   padding-left: 0;
}
.userful-links__inner {
   display: flex;   
   flex-wrap: wrap;
   justify-content: space-between;
}
.userful-links__blk {
   width: 50%;
}
.userful-links__blk a {
   font-size: 16px;
}
.userful-links__blk a:hover {
   text-decoration: underline;
}
.userful-links h2 {
	margin: 15px 0;
   text-align: center;
   text-transform: uppercase;
}
.userful-links__blk { 
	min-height: 220px;
   padding: 10px;
	overflow-wrap: break-word;   
}
.userful-links__blk .shaped {
   float: left;	   
   margin-right: 25px;
   margin-bottom: 15px;
   border-radius: 50%;
}
.shaped_circle {
	width: 200px;
	height: 200px;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   shape-outside: circle();
	clip-path: circle();
}
@media(max-width: 700px) {   
	.userful-links__inner {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;      
   }
   .userful-links__blk {
      width: 100%;      
   }
   .container {      
      padding: 10px;
      margin: 0;	            
   }
}
@media(max-width: 425px) {
   .shaped_circle {
      width: 150px;
      height: 150px;
   }
   .container h2 {
      font-size: 18px;
   }   
}
@media(max-width: 375px) {
   .shaped_circle {
      width: 120px;
      height: 120px;
   }   
}
.legend {
   color: #585858;
}