/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-similarNews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  padding: 1rem;
  margin-bottom: 1rem; }
  .cp-similarNews .img-wrap {
    width: 14.3rem;
    height: 8rem; }
    @media only screen and (max-width: 768px) {
      .cp-similarNews .img-wrap {
        width: 9.8rem;
        height: 5.5rem; } }
    .cp-similarNews .img-wrap img {
      border-radius: 6px; }
  .cp-similarNews .cont-wrap {
    width: 70%;
    padding-left: 1rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .cp-similarNews .cont-wrap {
        width: 60%; } }
    .cp-similarNews .cont-wrap .newsTitle {
      font-size: 1.6rem;
      line-height: 1.7rem;
      font-family: "Gotham-Bold";
      color: #000000;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .cp-similarNews .cont-wrap .newsTitle {
          font-size: 1.2rem;
          padding-bottom: 0.5rem; } }
    .cp-similarNews .cont-wrap .news-company,
    .cp-similarNews .cont-wrap .newsDate {
      font-size: 1.4rem;
      color: #333;
      font-family: "Gotham-Book";
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .cp-similarNews .cont-wrap .news-company,
        .cp-similarNews .cont-wrap .newsDate {
          font-size: 1rem; } }
    .cp-similarNews .cont-wrap .link {
      position: absolute;
      right: 0.6rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.6rem;
      color: #bd001c; }
      @media only screen and (max-width: 768px) {
        .cp-similarNews .cont-wrap .link {
          right: -3rem; } }

.article-count {
  font-size: 2rem;
  font-family: "Gotham-Book";
  color: #000000;
  padding: 1rem 0 2rem;
  display: block;
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .article-count {
      font-family: "Gotham-Bold";
      font-size: 1.6rem;
      padding-bottom: 2.8rem; } }

.cp-similarNews .img-wrap img {
  width: 14.3rem;
  height: 8rem; }
  @media only screen and (max-width: 768px) {
    .cp-similarNews .img-wrap img {
      width: 9.8rem;
      height: 5.5rem; } }

.cp-similarNews .cont-wrap .news-company {
  font-size: 1.4rem;
  color: #333; }
  @media only screen and (max-width: 768px) {
    .cp-similarNews .cont-wrap .news-company {
      font-size: 1rem;
      color: #666; } }

.cp-similarNews .cont-wrap .newsDate {
  font-size: 1.4rem;
  color: #333; }
  @media only screen and (max-width: 768px) {
    .cp-similarNews .cont-wrap .newsDate {
      font-size: 1rem;
      color: #666; } }

.cp-similarNews .cont-wrap .newsTitle {
  width: 21.8rem;
  padding-bottom: 2.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-similarNews .cont-wrap .newsTitle {
      width: 18.7rem;
      padding-bottom: 1rem; } }

.cp-similarNews .cont-wrap .link {
  padding: 0.4rem; }

.article-count {
  text-transform: lowercase; }
