.prefooter {
    margin-top: 50px;
    margin-bottom: -30px;
}
.prefooter .prefooter-title {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
}
.prefooter .prefooter-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.prefooter-desc-more {
    text-align: center;
    display: none;
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}
.prefooter-desc-more i {
    margin-left: 10px;
    font-weight: 700;
    font-size: 17px;
    vertical-align: middle;
}

.fading-text {
    overflow: hidden;
    position: relative;
    height: 92px;
}
.fading-text:after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 1.2em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
    pointer-events: none;
}