.sv-rs-webapp {
   display: none;
}
.banner-white {
   background-color: #fff;
   padding: 1.5rem 3rem 1.5rem 3rem;
}
.banner-white h2 {
    margin-bottom: 0;
    margin-top: 0.8rem;
   display: inline-block;
}
.banner-white .ingress {
    margin-bottom: 1rem;
   font-weight: 400;
}
.cms-item-container.row.cms-item-container--related-news a {
    font-weight: 600;
}
.badge {
	background-color: #D43372;
    color: #fff;
    position: relative;
    top: -4px;
    left: 15px;
    font-weight: 600;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 1px;
    line-height: 1.5;
    padding-bottom: 2px;
}
@media (max-width: 767px) {
   .banner-white {
      padding: 1.5rem;
   }
   .banner-white img {
     display: block;
      margin: 0 auto;
   }
}