/*
* 2025 Hugo Herreros
*
* NOTICE OF LICENSE
*
*  @author    Hugo Herreros <info@hugoherreros.com>
*  @copyright 2025 Hugo Herreros
*  @license   Property of Hugo Herreros Non redistributable.
*/

#related_posts{
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0 20px;
}

#related_posts .related_posts_title{
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #related_posts .related_posts_title{
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
}