/*=========================================
Related Posts
=========================================*/

.related-posts{

    padding:80px 0;

    background:#f8fafc;

}

.related-posts .section-heading{

    text-align:center;

    margin-bottom:50px;

}

.related-posts .section-heading h2{

    font-size:38px;

    font-weight:700;

    color:var(--secondary);

    margin-bottom:15px;

}

.related-posts .section-heading p{

    color:#6b7280;

    max-width:700px;

    margin:auto;

}

@media(max-width:768px){

    .related-posts{

        padding:60px 0;

    }

    .related-posts .section-heading h2{

        font-size:30px;

    }

}