/* body {
    background-color: #ffffff !important;
} */

#hero-single{
    /* padding: 50px 20px; */
    padding: 15px 0 0 0;
}

#hero-single img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* #hero-single h1 {
    color: #000000;
    margin-bottom: 20px;
    font-size: 40px !important;
    line-height: 40px !important;
} */


#hero-single .article-category {
    font-size: 18px !important;
    line-height: 30px !important;
}

#hero-single .article-title {
    color: #000000;
    margin-bottom: 20px;
    font-size: 40px !important;
    line-height: 40px !important;
    font-weight: 700 !important;
}

#hero-single h2 span {
    font-size: 25px !important;
    line-height: 30px !important;
    margin-bottom: 0 !important;
}

#hero-single p {
    margin-bottom: 15px !important;
}

/*updated*/
#hero-single a:hover {
    text-underline-offset: 5px;
    font-weight: 600 !important;
}

#hero-single p, 
#hero-single p span, 
#hero-single li span,
#hero-single p a {
    font-family: 'Poppins' !important;
    line-height: 24px;
    font-size: 16px !important;
    color: #2e2e2e!important;
}

#hero-single p a span, 
#hero-single p a span ins,
#hero-single p a strong,
#hero-single p a strong ins,
#hero-single p a span strong ins,
#hero-single p a {
    font-weight: 700!important;
    text-decoration: none !important;
}

#hero-single p a:hover {
    font-weight: 700!important;
    text-decoration: underline !important;
}

.single-card video {
    width: 100%;
    border-radius: 5px;
    height: 224px;
    object-position: center;
    object-fit: cover;
    margin-bottom: 15px;
}

#hero-single p span {
    background: #f8f8f8 !important;
}

@media screen and (max-width: 980px) {
    #hero-single .vertical-align-middle {
        display: block !important;
    }
    
    #hero-single .sharer-container {
        display: flex !important;
        justify-content: flex-start;
        margin-top: 15px;
    }
    
    .single-card video {
        height: auto;
        margin-bottom: 15px;
    }
}