.ns-landing-page .content-box {
  position: relative;
  padding: 13px 7px 13px 13px;
  border-bottom: 1px solid #d3d3d3;
}
.ns-landing-page h2.title {
  color: #b481a2;
  text-decoration: underline;
  margin-bottom: 0;
}
.ns-landing-page h2.title:hover {
  color: #181818;
  cursor: pointer;
}
.ns-landing-page .content-box .post-title a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #231f20;
  display: flex;
}
.ns-landing-page .content-box .post-title a:hover {
  color: #b481a2;
}
.ns-landing-page .content-box .post-title a:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 4px;
  top: 20px;
  left: 0;
  background-image: url(../images/square.png);
}
.ns-landing-page .content-box .post-date {
  font-weight: 700;
  font-size: 9px;
  line-height: 11px;
  color: #919090;
  margin-bottom: 0px;
}
.ns-landing-page .right-cs {
  display: flex;
  max-width: 948px;
  flex-wrap: wrap;
  column-gap: 10px;
}
.ns-landing-page .right-cs .content-box {
  padding: 0;
  max-width: 301px;
  width: 100%;
  border-bottom: unset;
}
.ns-landing-page .right-cs .content-box a.sponsored-cmpny {
  background-color: #000;
  position: absolute;
  top: 154px;
  padding: 3px 10px;
}
.ns-landing-page .right-cs .content-box p.sponsored {
  color: #fff;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 15px;
}
.ns-landing-page .right-cs .content-box .without-image {
  height: 222px;
}
.ns-landing-page .right-cs .content-box .tag-name {
  position: absolute;
}

.ns-landing-page .right-cs .content-box .title {
  background: #191818;
  padding: 6px 12px;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.ns-landing-page .right-cs .content-box .title h2 {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ns-landing-page .right-cs .content-box .desc {
  margin: 8px 0 5px;
}
.ns-landing-page .right-cs .content-box .desc span {
  margin-bottom: 0;
}
.ns-landing-page .right-cs .content-box .desc p {
  font-size: 14px;
  line-height: 18px;
  color: #191818;
  font-weight: 400;
  margin-bottom: 0;
}
.ns-landing-page .right-cs .content-box .without-image .title h2,
.ns-landing-page .right-cs .content-box .without-image .desc p,
.ns-landing-page .right-cs .content-box .without-image .date p {
  color: #fff;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}
.ns-landing-page .right-cs .content-box .date p {
  font-weight: 700;
  font-size: 10px;
  line-height: 20px;
  color: #333333;
  display: block;
}
.ns-landing-page .right-cs .content-box .featured-image img {
  width: 100%;
  height: 175px;
}
.ns-landing-page .right-cs .separator {
  width: 100%;
  border-bottom: 1px solid #130d18;
  margin-top: 5px;
  margin-bottom: 10px;
}
.ns-landing-page .more-stories {
  text-align: right;
  padding-right: 8px;
}
.ns-landing-page .more-stories a {
  color: #b481a2;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
}

.ns-landing-page .more-stories a:hover {
  color: #181818;
}
.ns-landing-page .more-stories a:hover:after {
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
}
.ns-landing-page .more-stories a:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  display: block;
  position: absolute;
  right: -7px;
  top: 38%;
  border-top: 2px solid #b481a2;
  border-right: 2px solid #b481a2;
  transform: rotate(45deg);
}
.ns-landing-page .leaderboard-ad-section {
  text-align: center;
  padding: 40px 0;
  max-width: 728px;
  margin: auto;
}
.ns-landing-page .leaderboard-ad-section img {
  width: 100%;
}
