.link-title {
    color: #3390ec;
}
.link-title:hover {
    color: #3977b3;
}
.nk-post-img {
    margin: 30px 0px;
}
.nk-post-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 10px;
}
@media (max-width: 721px) {
    .nk-post-img img {
        height: auto;
    }
}
img {
    border-radius: 10px;
}
.promo-content h1 {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    font-weight: bold;
}
.artikel-content {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.img-banner-promo .artikel-content h1 {
    white-space: nowrap;              
    overflow: hidden;                
    text-overflow: ellipsis;          
    margin: 0;                        
}

.fab-icon-holder {
    width: 30px;
    height: 30px;
    bottom: 140px;
    left: 10px;
    color: #FFF;
    background: #5865f2;
    border-radius: 999px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #000000 !important;
}

.fab-icon-holder i:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #000000 !important;
}

.responsive-content {
    font-size: 14px;
}

@media (max-width: 576px) {
    .responsive-content {
        font-size: 13px;
    }
    .responsive-margin {
        padding-top: 1.5rem !important;
        padding-bottom: 3rem !important;
    }
    
    .artikel-content {
    font-size: 11.5px;
    }
}