.useful-links {
  color: #2A3647;
  padding: 0 0 40px 0;
}

.useful-links .inner {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1178px;
}

.useful-links .inner .title {
  color: #2A3647;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.useful-links .pagination {
  margin-top: 40px;
}

.useful-links .inner .list {
  margin-top: 21px;
}

.useful-links .inner .list .post-item {
  margin-top: 2px;
}

.useful-links .inner .list .post-item:nth-child(even) {
  background-color: #F7FCFF;
}

.useful-links .inner .list .post-item:nth-child(even) .img {
  border-color: #F7FCFF;
  border-width: 2px;
  border-style: solid;
}

.useful-links .inner .list .post-item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1146px) {
  .useful-links {
    padding-bottom: 24px;
  }

  .useful-links .inner .title {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }

  .useful-links .inner .list {
    margin-top: 17px;
  }
}

@media screen and (max-width: 834px) {
  .useful-links {
    padding-bottom: 16px;
  }

  .useful-links .inner .list .post-item {
    margin-top: 16px;
  }

  .useful-links .inner .title {
    display: none;
  }
}