﻿
.blog {
    background: #f7f7f7;
    padding-bottom: 50px;
}

    .blog a {
        color: #606060;
        text-decoration: none;
    }

    .blog .text {
        line-height: 26px;
    }

    .blog .btn-more {
        color: var(--secondary);
        font-weight: bold;
        text-decoration: underline;
        padding: 0px;
    }

    .blog .blog-img {
        text-align: center;
        max-height: 235px;
        width: 100%;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 5px;
        overflow: hidden;
    }

@media(max-width:992px) {
    .blog-img img {
        height: auto;
        width: 100%;
    }
}
