article.post-24 span.time-list {
    display: flex
;
    flex-direction: column;
}

.footer-col-item.site-logo a {
    display: inline-flex
;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
}
.footer-col-item.custom-footer-html a {
    color: #eeeeee;
    text-decoration: underline;
}
@media only screen and (min-width:1024px) {
    .slmp-gallery .slmp-image-item .slmp-image .slmp-grid-image {
        width: 100%;
        height: 300px!important;
    }
    .slmp-gallery .slmp-image-item .slmp-image .slmp-grid-image img {
        width: 100%!important;
        height: 100%!important;
        object-fit: cover!important;
    }
}