.csr-wrap {
    background-color: #ececec;
    border-radius: 15px;
    overflow: hidden;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.csr-img {
    padding-bottom: 55%;
}
.csr-img, .csr-desc {
    width: 100%;
}
.csr-desc {
    padding: 15px;
}
.csr-desc h5 {
    color: #074ea2;
    min-height: 50px;
    font-size: 18px;
    margin: 0;
}
.csr-desc a {
    margin-top: 10px;
}
.csr-desc p {
    max-height: 45px;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .csr-section h2 {
        font-size: 42px;
    }
}
.entry-date {
    display: inline-block;
    padding: 7px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    color: #ffffff;
    margin: 10px 0;
    position: relative;
    bottom: 10px;
    background-color: #e53135;
}

.csr-detail-wrap h5{
    color: #e53135;
    font-weight: 600;
    margin-bottom:25px;
}

.csr-detail-wrap img {
    margin: 20px 0;
}
.gallery-detail a {
    margin-bottom: 30px;
}
.gallery-detail a img {
    display: none;
}
.gallery-detail .img-pos {
    padding-bottom: 75%;
    transition: all 0.6s ease;
}

.csr-detail-featured-image {
    width: 100%;
}