  .content-box.classic-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
  }
  .content-box.classic-list ul li {
    list-style: none;
    border-bottom: 1px solid #F5F5F5;
  }
  .content-box.classic-list ul li:last-child {
    border: none;
  }
  .content-box.classic-list ul li a {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #272727;
    transition: all 0.5s ease;
  }
  .content-box.classic-list ul li a:hover {
    color: #1da055;
  }
  .content-box.classic-list ul li a:hover:before {
    background: #1da055;
  }
  .content-box.classic-list ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #1da055;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s ease;
  }
  .news-content .client-carousel {
    margin-top: 10px;
    margin-bottom: 50px;

  }
  .section-title {
    margin-bottom: 14px;
  }