.menu-blog {

    padding: 70px 0;
    width: 100%;

    position: relative;
}

.menu-blog .img-wrap {
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .menu-blog .img-wrap {

        margin-bottom: 30px;

    }
}

@media (max-width: 576px) {
    .menu-blog .img-wrap {

        margin-bottom: 30px;

    }
}



.menu-blog .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.menu-blog .txt-content h3 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 20px;

}

.menu-blog .txt-content .style1 {
    background-color: #5cc2ef;
    padding: 6px 10px;
    width: 100%;
    float: left;
    color: #fff;
    font-family: sans-serif;
    text-transform: capitalize;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

}

.menu-blog .txt-content h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    line-height: 1.25;
    color: #818182;
    margin: 15px 0;

}

.menu-blog .txt-content p {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #818182;
    padding: 0;
}
