@charset "utf-8";
.links li {
  list-style: none;
}
.sec_title {
font-weight: 500;
}
.link_block {
  margin-bottom: 50px;
}
.link {
 font-size: 20px;
 text-decoration: none;
 color: black;
}

.link li :hover {
  color: yellowgreen;
}