/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.related-posts {
    margin: 40px 0;
}
.related-posts h3 {
    font-size: 1.5em;
    margin-bottom: 15px;
}
.related-posts ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
}
.related-posts li {
    width: 30%;
}
.related-posts img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
}
.related-posts span {
    display: block;
    margin-top: 8px;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .related-posts ul {
    flex-direction: column;
}
	.related-posts img {
		height:auto;
	}
.related-posts li {
    width: auto;
}

.related-posts {
    margin: 40px 20px;
}
}