.reviews_section {
    height: 300px;
    padding: 0;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.review_block {
    /*background-image: url('/static/img/newspaper.jpg');*/
    background: white;
    height: 295px;
    width: 230px;
    margin-top: 2px;
    border: 1px solid #4c4947;
    border-radius: 10px;
}

.reviews_section .review_author {
    font-size: 8px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    padding-top: 2px;
    padding-left: 20px;
    bottom: 0px;
}

.reviews_section .review_text {
    font-size: 8px;
    color: black;
    line-height: 25px;
    font-weight: 400;
    width: 80%;
    margin-left: 20px;
    background: rgba(255,255,255,0.8);
    padding: 10px;
    font-family: monospace;
    border-radius: 20px;
}

.reviews_section .review_link {
    text-decoration: none;
    color: white;
}


.reviews_section .review_source_logo {
    float: right;
    margin-right: 10px;
    height: 30px;
    padding-top: 5px;
}

.reviews_section .review_source_logo img {
    height: 25px;
}

.reviews_section .review_title {
    display: block;
    background: #4c4947;
    font-size: 10px;
    font-weight: 300;
    color: white;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
}

.slick-track > div {
    margin: 0 5px;
}

