.card-body h5 {
    height: 80px;
    border-bottom: 2px solid #025996;
    margin-bottom: 16px;
    overflow: hidden;
}
.card-body .card-text {
    overflow: hidden;
    line-height: 25px;
}
.sg-arrow {
    cursor: pointer;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: transform 0.1s;
    width: 25px;
}
.sg-arrow-top, .sg-arrow-bottom {
    background-color: #fff;
    height: 3px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.sg-arrow-top:after, .sg-arrow-bottom:after {
    background-color: #f3c716;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.15s;
}
.sg-arrow-top {
    transform: rotate(45deg);
    transform-origin: bottom right;
}
.sg-arrow-top:after {
    left: 100%;
    right: 0;
    transition-delay: 0s;
}
.sg-arrow-bottom {
    transform: rotate(-45deg);
    transform-origin: top right;
}
.sg-arrow-bottom:after {
    left: 0;
    right: 100%;
    transition-delay: 0.15s;
}
.sg-arrow:hover .sg-arrow-top:after {
    left: 0;
    transition-delay: 0.15s;
}
.sg-arrow:hover .sg-arrow-bottom:after {
    right: 0;
    transition-delay: 0s;
}
.sg-arrow:active {
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}
.sg-content-postblock-card {
    border: none;
    padding: 11px 11px 11px 11px;
    border-radius: 0;
    border-bottom: 8px solid #669933;
    box-shadow: 0px 5px 18px 3px rgba(0, 0, 0, 0.2) !important;
    border-radius: 0 !important;
}
.sg-content-postblock.v2 .card-background-image:hover {
    transform: scale(1.3);

}

.sg-content-postblock.v2 .card-background-image {
    transition: transform .3s ease-in-out;
}


.sg-content-postblock.v2 .hover-title-text {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform .3s ease-in-out;
}

.sg-content-postblock.v2 .hover-title-text:hover {
    transform: scale(1.1);
}

.last-updated {
    font-size: 16px !important;
    padding: 5px 7px;
    border-radius: 6px;
}

.published-date-post {
    font-size: 16px !important;
    padding: 5px 7px;
    border-radius: 6px;
}