.blog-wrap {
    background-color: #fff;
    padding: 20px;
    height: 100%;
}
.blog-img {
    width: 100%;
    object-fit: cover;
}
.blog__action-btn {
    color: #fff;
    background-color: #312f31;
    padding: 5px 12px;
    font-size: 14px;
    border: none;
}

/* #tp-opening-ads {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#tp-opening-ads::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 2;
}
.tp-opening-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
.tp-opening-content > span {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
}
@media only screen and (max-width: 876px) {
    .tp-opening-content > span {
        color: #fff;
    }
}
@media (max-width: 603px) {
    .tp-opening-content {
        width: 100%;
        height: 100%;
    }
    .tp-opening-content > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
} */
