 /* 1-11-22 */
 .events_card {
    box-shadow: 0px 2px 5px 2px #00000014;
    padding: 10px;
    border-radius: 10px;
}


#csraward_section .carousel-caption {
    position: absolute;
    right: unset;
    bottom: 0px;
    width: 100%;
    left: unset;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    background: rgb(20, 70, 159);
    background: linear-gradient(0deg, rgba(20, 70, 159, 1) 19%, rgba(20, 70, 159, 0.8687850140056023) 42%, rgba(0, 212, 255, 0.006039915966386533) 100%);
    color: #fff;
    text-align: center;
}

#csraward_section .btn-text {

height: 24px;
line-height: 19px;
font-size: 12px;

}

#csraward_section .event-calender {
    background-color: #14469f;
}
#csraward_section .blog-post .events_card{
    min-height: 385px;
    position: relative;
}
#csraward_section .blog-post  .post-more-link{
    position: absolute;
    bottom: 12px;
left: 0%;
right: 0%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .events_card{
        padding: 31px;
    }
}
@media only screen and (max-device-width: 768px){
    #csraward_section .blog-post .events_card{
        height:100%;
        padding:31px;
    }
}
