@import "../../app/variables";

.related-blog {
    margin-bottom: 60px;

    .block-title {
        margin-bottom: 35px;

        .title {
            font-size: 2rem;
            font-weight: 400;
            line-height: 1;
            margin: 0;
        }
    }

    .image {
        margin-bottom: 30px;

        img {
            height: 200px;
        }
    }

    .meta {
        li {
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.25;
            margin-left: 25px;
            color: $text-gray;
        }
    }

    .content {
        .title {
            font-size: 1.3rem;
            font-weight: 400;
        }
    }

    .learts-mb-40 {
        margin-bottom: 40px;
    }
}