@charset "utf-8";
/* CSS Document */
.cardContainer{
    margin-bottom: 26px;
}
.cardDetailsCotnainer{
    padding: 26px;
}
.articleDate{
    margin-bottom: 13px;
}
.awardImage{
    display: block;
    width: auto;
    height: auto;
    max-height: 450px;
    max-width: 100%;
}

/* responsive screen code */
@media only screen and (min-width: 1500px) {
/* Extra large devices (large laptops and desktops, 1500px and up) */
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
/* Extra large devices (large laptops and desktops, 1200px and up) */
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* Large devices (laptops/desktops, 992px and up) */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Medium devices (landscape tablets, 768px and up) */
}
@media only screen and (min-width: 601px) and (max-width: 767px) {
/* Small devices (portrait tablets and large phones, 600px and up) */	
}
@media only screen and (max-width: 600px) {
/* Extra small devices (phones, 600px and down) */
}
@media only screen and (max-width: 400px) {
/* Super Extra small devices (phones, 400px and down) */
}