#features .section-heading-description{
  margin-bottom: 0px;
}
#features-iframes .media-list{
  padding-top: 0px;
}
#features-iframes .media-list .list .item:first-child .container .media.iframe .iframe-wrap {
    -webkit-transform: none !important;
    -ms-transform: inherit !important;
    transform: none !important;
    margin-top: 0px !important;
}
#features-iframes .media-list .list .item:nth-child(2) .container .media.iframe .iframe-wrap {
    -webkit-transform: translateY(70px) !important;
    -ms-transform: translateY(70px) !important;
    transform: translateY(70px) !important;
    margin-top: -50px !important;
    width: 100% !important;
    height: 420px !important;
    overflow: hidden !important;
}
#features-iframes .media-list ul.list li:last-child{
  margin-bottom: 0px;
}
#features-button{
  padding-top: 0px;
  padding-bottom: 5vw;
}
#features-button .section-heading-description{
  margin-bottom: 0px;
}
#pricing .section-heading-description{
  margin-bottom: 0px;
}
#pricing ul.checklist{
  padding-left: 0;
  list-style: none;
}
#pricing ul.checklist li{
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 50px;
}
#pricing ul.checklist li:after{
    content: "";
    position: absolute;
    width: 30px;
    background: url('https://www.lexisnexis.com/images/newsdesk/tick.svg') no-repeat;
    height: 30px;
    top: 3px;
    left: 0;
    z-index: 9;
    background-size: 25px;
}
@media (min-width: 1201px){
.b4 .hero-simple.dark-text .hero-background.insight-border .insight-box .heading, .b4 .hero-simple.dark-text .hero-background.insight-border .insight-box .description,
.b4 .hero-simple.dark-text .hero-background.insight-border .btn-link{
    color: #212529;
}
}