.section-single-post {
    background-color: #F5FAFF;
}

.section-single-post .container{
    padding-top: 50px;
}

.section-single-post .single-post {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 24px;

}

.section-single-post .single-post .post-date {
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    color: #3C3C3C;
}

.section-single-post .single-post .blog-date{
    text-align: right;
}

.section-single-post .author{
    border-radius: 12px;
    background-color: #FFFFFF;
}

.section-single-post .share_sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    background-color: #FFFFFF;
}

.section-single-post .author_info{
    display: block;
    flex-direction: column;
    padding: 24px 0px;
    height: 161px;
    background: #0A2540;
    border-radius: 12px 12px 0px 0px;
    text-align: center;
}

.section-single-post  .author_info .avatar {
    width: 75px;
    height: 75px;
    margin: auto;
    background: linear-gradient(179.97deg, rgba(111, 237, 168, 0) 0.03%, #6FEDA8 113.41%);
    border-radius: 50%;
}

.section-single-post  .author_info .avatar img{
    border-radius: 50%;

}

.section-single-post  .author_info  p{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.20000000298023224px;
    color: #FFFFFF;
    margin-top: 10px;
}

.section-single-post  .author_description{
    padding: 20px;
    background: #EFEFEF;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: left;
}

.author_share{
    padding: 20px;
}

.section-single-post  .share_article{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
}
.section-single-post .social_link a{
    color: #898989;
}

.section-single-post .social_link  a:hover{
    color: #189FE0;
}

.section-single-post #social_icon {
    display: inline;
    float: right;
    align-items: center;
}

.section-related-posts {
    background-color: #F6F9FC;
    padding-bottom: unset;
}

.section-related-posts .col{
    padding-left: 8px;
    padding-right: 8px;
}

.section-related-posts .item-post:hover{
    box-shadow: 0px 24px 56px rgba(0, 0, 0, 0.14);
}

.section-related-posts .item-post{
    overflow: hidden;
    border: 1px solid #EAEAEA;
    border-radius: 6px;
}

.section-related-posts .related_title {
    margin-bottom: 40px;
}

.section-related-posts .post-thumbnail a{
    height: 100%;
}

.section-related-posts .button_view_all {
    background: #0A2540;
    width: 140px;
    height: 40px;
    border-radius: 6px;
    padding: 8px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;

    display: flex;
    align-items: center;
    letter-spacing: 0.2px;

    /* br */

    color: #FFFFFF;
}

.section-related-posts .post-thumbnail {
    height: 150px;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(179.97deg, rgba(111, 237, 168, 0) 0.03%, #6FEDA8 113.41%);
}
.section-related-posts .post-thumbnail img{
    height: 100%;
    width: 100%
}

.section-related-posts .content{
    display: flex;
    flex-direction: column;
    padding: 12px;
    height: 100%;
    background-color: white;
}

.section-related-posts .content .post-categories{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: auto;
}

.section-related-posts .content .categories .post-categories a{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: #189FE0;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset;
    padding: unset;
}

.section-related-posts .content .categories .post-categories a:hover {
    text-decoration: unset;
    opacity: unset;
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: unset
}

.section-related-posts .content .post-title a{
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    margin-bottom: auto;
}

.section-related-posts .content .post_description{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 25px;
}

.section-related-posts .content .post-date{
    font-size: 12px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    text-align: left;
    position: absolute;
    bottom: 0;
}

/* RESPONSIVE */

/* Common css for small Desktop screen */
@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1365px) {

}

@media screen and (max-width: 450px) {
    body .section-single-post .author{
        margin-top: 20px
    }

    body .section-related-posts .item{
        margin-bottom: 20px
    }
}