.whitepaper-section {
    margin: 40px auto
}

.whitepaper-section-image {
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
    justify-content: center
}

.whitepaper-section-image>div {
    width: 50%;
    float: left;
    max-width: 320px
}

.whitepaper-section-image>div img {
    width: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    height: unset !important;
    max-height: 270px
}

.whitepaper-section-image>div.field-whitepaperfrontimage {
    text-align: right
}

.whitepaper-section-content {
    background: #f9f9fc;
    padding: 40px;
    display: flex
}

.whitepaper-section-content>div {
    flex-direction: column;
    width: 50%;
    float: left
}

.whitepaper-section-content .field-whitepapertitle {
    font-size: 30px;
    line-height: 40px;
    color: #12225c
}

@media (max-width:1439px) {
    .whitepaper-section-content .field-whitepapertitle {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width:767px) {
    .whitepaper-section-content .field-whitepapertitle {
        font-size: 27px;
        line-height: 40px
    }
}

.whitepaper-section-content .field-whitepaperlongdescription {
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px
}

.whitepaper-section-content .field-whitepaperlongdescription ul li {
    margin-bottom: 0;
    padding-left: 20px
}

.whitepaper-section-content .field-whitepaperlongdescription ul li:before {
    width: 5px;
    height: 5px;
    top: 10px;
    right: calc(100% - 10px)
}

@media (max-width:992px) {
    .whitepaper-section-image>div {
        width: auto;
        float: left
    }

    .whitepaper-section-content {
        background: #fff;
        padding: 0
    }

    .whitepaper-section-content>div {
        width: auto;
        float: left
    }
}

.whitepaper-list li {
    flex-basis: 100%
}

.whitepaper-card {
    box-shadow: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-direction: row
}

.whitepaper-card:hover {
    box-shadow: none
}

.whitepaper-card-image {
    width: 15%
}

.whitepaper-card-content {
    width: 80%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    transition: box-shadow .3s;
    padding: 40px;
    border-radius: 10px
}

.whitepaper-card-content:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .24)
}

.whitepaper-card-content:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14)
}

.whitepaper-card-content>div {
    display: flex;
    flex-direction: column
}

.whitepaper-card-content>div:first-of-type {
    width: 70%;
    float: left
}

.whitepaper-card-content>div:last-child {
    width: 30%;
    float: right;
    text-align: right
}

.whitepaper-card-content .field-whitepapertitle {
    font-size: 30px;
    line-height: 40px;
    color: #12225c
}

@media (max-width:1439px) {
    .whitepaper-card-content .field-whitepapertitle {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width:767px) {
    .whitepaper-card-content .field-whitepapertitle {
        font-size: 27px;
        line-height: 40px
    }
}

.whitepaper-card-content .field-whitepaperauthor {
    font-size: 20px;
    line-height: 26px;
    color: #12225c
}

.whitepaper-card-content .field-whitepapershortdescription {
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px
}

@media (max-width:992px) {
    .whitepaper-card {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
        transition: box-shadow .3s;
        display: inline-block;
        margin-bottom: 20px
    }

    .whitepaper-card:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .24)
    }

    .whitepaper-card-image {
        width: auto;
        display: flex;
        overflow: hidden;
        justify-content: center;
        max-width: 80%;
        margin: 0 auto;
        padding: 30px 20px 20px 20px
    }

    .whitepaper-card-image>div {
        width: auto;
        float: left;
        max-width: 320px
    }

    .whitepaper-card-image>div img {
        width: auto !important;
        -o-object-fit: cover;
        object-fit: cover;
        height: unset !important;
        max-height: 270px
    }

    .whitepaper-card-content {
        box-shadow: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 0 20px 20px 20px
    }

    .whitepaper-card-content>div:first-of-type {
        width: 100%;
        float: left
    }

    .whitepaper-card-content>div:last-child {
        width: 100%;
        margin: 20px auto;
        text-align: center
    }
}

.whitepaper-card {
    border: none
}