.home section#nossas-lojas {
    margin-bottom: 50px;
}

.home .yv-depoimentos {
    margin-bottom: 30px;
}

.home #blog {
    border-bottom: 2px dotted #ececec;
    max-height: max-content;
    padding: 20px 0 20px 0;
    display: none;
}

.home #blog h2.yv-title {
    border-bottom: none;
}

.home #blog h2.yv-title:before {
    content: url(/arquivos/icone-titulo-produtos.png);
    vertical-align: text-bottom;
    padding-right: 10px;
}

.home #blog h2.yv-title:after {
    content: url(/arquivos/icone-titulo-produtos.png);
    vertical-align: text-bottom;
    padding-left: 10px;
}

.home #blog--section {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}
.home #blog .blog--post a {
    text-decoration: none;
    color: inherit;
}
.home #blog .blog--post {
    border: white 1px solid;
    transition: all 0.3s;
    padding: 15px;
    cursor: pointer;
}

.home #blog .blog--post:hover {
    box-shadow: 0px 11px 24px -22px rgba(0, 0, 0, 0.65);
    border: #dadada 1px solid;
}

.home #blog h3.post--title {
    font-size: 19px;
}

.home #blog .post--thumbnail {
    max-height: 240px;
}

.home #blog .post--thumbnail img {
    object-fit: cover;
    max-height: 160px;
    width: 100%;
}

.home #blog .post--excerpt p {
    line-height: 19px;
    font-size: 14px;
}

.home #blog .blog--post .post--excerpt a.more-link {
    color: dimgrey;
    font-weight: 600;
}

@media (min-width: 993px) {
    .home #blog .blog--post {
        width: 25%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .home #blog .blog--post {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .home #blog .blog--post {
        width: 100%;
    }

    .home #blog .post--thumbnail img {
        max-height: 250px;
    }

}