/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



/*************** RELATED POSTS STYLES ***************/
.related-posts-wrapper {
    clear: both;
    width: 100%;
}

.related-posts-wrapper .bs-card {
    margin-bottom: 20px;
}

.related-posts-wrapper .section-title {
    color: #333;
    letter-spacing: 0.02em;
}

@media only screen and (max-width: 48em) {
    .related-posts-wrapper .col {
        margin-bottom: 15px;
    }
}