.khm-qouteofweek-wrap{
    margin-top: 20px;
    margin-bottom: 20px;
}

.khm-quoteofweek {
    padding: 20px 20px;
    background-color: #0057a0;
    border-bottom-right-radius: 35px;
    color: #fff;
}

.khm_quoteofweek-title {
    font-size: 1.8rem;
    position: relative;
    margin-bottom: 34px;
    font-weight: 500;
    line-height: 1.1;
}

.khm_quoteofweek-title::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -15px;
    width: 30%;
    left: 0;
    border-top: 7px solid #fff;
}

.khm-quoteofweek .khm_quoteofweek-content a,
.khm-quoteofweek .khm_quoteofweek-content a:active,
.khm-quoteofweek .khm_quoteofweek-content a:visited {
    color: #fff;
    text-decoration: underline;
}

.khm-quoteofweek .khm_quoteofweek-content a:hover{
    color: #fff;
    text-decoration: none;
}