.cm-news {
  padding-left: 1.5rem !important
}
.cm-news .cm-title {
  margin: 103px 0 8px;
}
.cm-news .cm-title h1 {
  font: normal normal normal 34px/1.4em wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
  font-size: 42px;
  line-height: 1.4em;
  margin: 0;
}
.cm-news .cm-date {
  margin: 31px 0px 10px 0;
  min-height: 20px;
}

.cm-news .cm-date p {
  margin: 0;
  font: normal normal normal 16px/1.4em wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  font-size: 14px;
  line-height: 1em;
}

.cm-news .list-item {
  border-bottom: 1px solid rgb(247, 247, 247);
  min-height: 100px;
  margin-bottom: 4px;
}

.cm-news .heading {
  margin-bottom: 17px;
  min-height: 61px;
}

.cm-news .heading h2 {
  font: normal normal normal 28px/1.4em wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  font-size: 26px;
}

.cm-news .cm-text p {
  font: normal normal normal 16px/1.4em wfont_088b96_74d56e36a47048a28e541bb2ea280d47,wf_74d56e36a47048a28e541bb2e,orig_roboto_light;
  font-size: 16px;
  line-height: 1.6em;
  margin: 0;
}

.cm-news  .cm-wrapper {
  display: flex;
}

.cm-news .cm-left {
  width: 100%;
  padding-right: 35px;
}

.cm-news .cm-btn a {
  font: normal normal normal 14px/1.4em wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
  white-space: nowrap;
  color 0.4s ease 0s;
}
.cm-news .cm-btn a:hover {
  color:rgb(198,198,198);
}

.cm-news .cm-right {
  padding-top: 66px;
}

.cm-news  .cm-text {
  margin: 0px 0px 10px 0;
  min-height: 60px;
}
.cm-news .list-wrapper {
  padding-bottom: 15px;
}

.cm-news #pagination-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.cm-news #pagination-container {
  margin-bottom: 30px;
}
.cm-news #pagination-container .page-link, .cm-news #pagination-container .current {
  position: relative;
  display: inline-flex;
  min-width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font: normal normal normal 16px/1.4em wfont_088b96_fb8842a99ebd48c1b60d3ab189811e0f,wf_fb8842a99ebd48c1b60d3ab18,orig_roboto_regular;
}

.cm-news #pagination-container ul li {
  margin: 0 4px 10px;
}

.cm-news #pagination-container .current {
  color: rgb(198, 198, 198);
}
.cm-news #pagination-container .prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M130.789 173.304l-76.627-72.582 78.156-74.027 5.518 5.828-72.009 68.199 70.48 66.745-5.518 5.837z'%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.cm-news #pagination-container .prev, .cm-news #pagination-container .next {
  font-size: 0;
}

.cm-news #pagination-container .prev.current {
  color: rgb(232,230,230);
}

.cm-news #pagination-container .prev.current:before {
  content:url("data:image/svg+xml,%3Csvg fill='%23e8e6e6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M130.789 173.304l-76.627-72.582 78.156-74.027 5.518 5.828-72.009 68.199 70.48 66.745-5.518 5.837z'%3E%3C/path%3E%3C/svg%3E");
}

.cm-news #pagination-container .next:before {
  content: url("data:image/svg+xml,%3Csvg fill='%23000' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M69.211 26.696l76.627 72.582-78.156 74.027-5.518-5.828 72.009-68.199-70.48-66.745 5.518-5.837z'%3E%3C/path%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
}

.cm-news #pagination-container .next.current:before {
  content:url("data:image/svg+xml,%3Csvg fill='%23e8e6e6' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M69.211 26.696l76.627 72.582-78.156 74.027-5.518-5.828 72.009-68.199-70.48-66.745 5.518-5.837z'%3E%3C/path%3E%3C/svg%3E");
}



@media (min-width:1200px) {
  .cm-news {
    position: relative;
    left: 16px;
  }
  .cm-news .list-item {
    position: relative;
    left: -3px;
  }
}

@media (max-width:767px) {
  .cm-news #pagination-container ul {
    flex-wrap: wrap;
  }
  .cm-news {
    padding: 0;
  }
  .cm-news .cm-title {
    margin: 19px 0 20px;
  }
  .cm-news .cm-title h1 {
    font: normal normal normal 21.77777777777778px/1.4em wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
    font-size: 24px;
    line-height: 1.4em;
  }
  .cm-news .cm-wrapper {
    flex-direction: column;
  }
  .cm-news .cm-left {
    padding-right: 0;
  }
  .cm-news .cm-date {
    margin: 20px 0px 10px 0;
    min-height: auto;
  }
  .cm-news .heading {
    margin-bottom: 10px;
    min-height: auto;
  }
  .cm-news .heading h2 {
    font: normal normal normal 21px/1.4em wfont_088b96_3fc79ffa166a489391814faa1b2cc495,wf_3fc79ffa166a489391814faa1,orig_roboto_bold;
    font-size: 21px;
    line-height: normal;
    letter-spacing: normal;
  }
  .cm-news .cm-text {
    min-height: auto;
    margin-bottom: 9px;
  }
  .cm-news .cm-right {
    padding-top: 0;
    padding-bottom: 20.4px;
  }
  .cm-news .list-item {
    min-height: auto;
    margin-bottom: 30px;
    border: 0;
  }
  .cm-news .list-item:nth-child(5n) {
    margin-bottom: 0;
  }
}

