.ws_box_socialnetworks{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background-color:#fff;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.ws_box_socialnetworks img {
  cursor:pointer;
  width: 45px;
  height: 45px;
  margin-right: 7px;
  margin-bottom: 7px;
}