.whatsnew-details {
    width: 1000px;
    padding: 40px 40px 80px 40px;
    height: unset;
    min-height: 500px;
    background-color: #fff;
    background-image: linear-gradient(0deg, #FFFFFF 0%, rgba(143, 111, 231, 0.25) 100%);
    background-size: 100% 245px;
    background-repeat: no-repeat;
}

.whatsnew-detail-close-button {
    background-image: url(/site/images/rocky/icon-overlay-close-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.whatsnew-content {
    padding-top: 80px;
}

.whatsnew-content-header {
    font-size: 58px;
    font-weight: 500;
    line-height: 105%;
    letter-spacing: -2%;
    margin-bottom: 64px;
}

.whatsnew-content-info-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -5%;
    margin-bottom: 20px;
}

.whatsnew-divider {
    display: block;
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    padding-top:40px;
    margin-bottom: 40px;
}

ul.bulleted>li:before, ul.circle>li:before {
    width: 24px;
    text-align: center;
}


ul.cs-bulleted-check>li:before {
    color: #2F54E5;
    font-size: 24px;
    margin-left: -16px;
    text-align: center;
}

.whatsnew-content-info-bullet-item {
    margin-bottom: 14px;
}

.whatsnew-content-info-bullet-item:last-child {
    margin-bottom: 0;
}

.whatsnew-bold {
    font-weight: 600;
}


@media only screen and (max-width: 735px) {
    .whatsnew-details {
        min-height: 100%;
    }
}