/* view container  */
.view-container .view-box .cover-box {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.view-container .view-box .cover-box .img-box {
    width: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.view-container .view-box .cover-box .img-box img {
    max-height: 500px;
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.view-container .view-box .heading-box h1 {
    font-size: 26px;
    font-weight: 600;
}

.view-container .view-box .info-box p {
    font-size: 16px;
    color: #61656a;
    line-height: 24px;
}

.view-container .view-box .desc-box p {
    font-size: 14px;
    color: #61656a;
    line-height: 24px;
}

.view-container .view-box .date-box img {
    height: 16px;
}

.view-container .view-box .date-box p {
    font-size: 14px;
    font-weight: 600;
}

.view-container .view-box .tag-box p {
    font-size: 14px;
    font-weight: 600;
}

.view-container .view-box .tag-box p span {
    color: #28b475;
}

/* responsive  */
@media (max-width: 767px) {
    .view-container .view-box .heading-box h1 {
        text-align: center;
    }
    .view-container .view-box .cover-box .img-box img {
        max-height: unset;
    }
    .view-container .view-box .info-box p {
        text-align: center;
    }
    .view-container .view-box .desc-box p {
        text-align: center;
    }
    .view-container .view-box .date-box {
        justify-content: center;
    }
    .view-container .view-box .tag-box p {
        text-align: center;
    }
}
