.content-single-page{
    padding: 72px 0;
}
.content-single-page .banner{
    text-align: center;
}
.content-single-page .category-name a{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: 2px;
    text-transform: uppercase;
    color:#324894;
}
.single-content .category-name{
    margin-bottom: 48px;
}
.single-content .single-title{
    margin-bottom: 24px;
}
.single-content .single-title h1{
    margin: 0;
}
.single-content .des{
    margin-bottom: 48px;
}
.single-content .des p{
    margin: 0;
}
.single-content .banner{
    margin-bottom: 48px;
}
.single-title h1{
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
}
.content-single-page .des p{
    color: #5F5F5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}
.related-title-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}
.related-title-block .related-title{
    margin: 0;
}
.related-title-block .related-title a{
    pointer-events: none;
    cursor: default;
    font-family: SVN-Wylie Voigen, 'sans-serif';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background:  linear-gradient(35deg, #306DB6 0%, #283778 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.related-post .show-all{
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid #324894;
}
.related-post .show-all a{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color:  #324894;
}
.entry-title{
    height: 75px;
}
.entry-title h1{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    color:  #2E2E2E;
}
.readmore-block a{
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #2E2E2E;
}
.author{
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}
.entry-meta{
    display: flex;
}
.entry-meta span{
    color: #2E2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-right: 12px;
}
.inner-content .entry-meta p{
    color: #324894;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin: 0;
}
.post_tags a{
    color: #2E2E2E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding: 4px 16px;
    border-radius: 16px;
    background:  #F5F5F5;
    margin-right: 8px;
}
.post_tags a:last-child{
    margin: 0;
}
.inner-content{
    max-width: 744px;
    margin: 0 auto;
}
.related-post{
    padding: 56px 0;
}
.related-post .inner{
    padding: 24px;
}
.inner-content strong{
    color: #2E2E2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.inner-content blockquote{
    position: relative;
    padding-left: 20px;
}
.inner-content blockquote p{
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.inner-content blockquote:before{
    content: '';
    display: block;
    height: 100%;
    top: 0;
    border-left: 2px solid #324894;
    position: absolute;
    left: 0;
}
.inner-content h1{
    color: #2E2E2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.inner-content h5{
    color: #2E2E2E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.inner-content p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color:  #5F5F5F;
}
.show-related .entry-title{
    margin-bottom: 32px;
}
.related-post .show-all-mobile{
    display: none;
}
.show-related .entry-image{
    margin-bottom: 5px;
}
.show-related .item:hover .inner{
    box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0 0 8px 8px;
}
.show-related .item:hover .entry-title h1{
    color: #324894;
}
.readmore-block a:hover{
    color: #324894;
}
.related-post .post-thumbnail{
    overflow: hidden;
}
.related-post .post-thumbnail:hover img{
    transform: scale(1.3);
}
.related-post .post-thumbnail img{
    transition: 0.3s all;
    border-radius: 8px 8px 0 0;
}
@media only screen and (max-width: 768px) {
    .show-related .item{
        width: 80%;
        max-width: 80%;
    }
    .content-single-page{
        padding: 48px 0;
    }
    .single-title h1{
        font-size: 24px;
    }
    .single-content .image{
        margin-bottom: 32px;
    }
    .inner-content{
        padding: 0;
    }
    .author{
        display: block;
    }
    .author .entry-meta{
        margin-bottom: 28px;
    }
    .related-title-block .related-title a{
        font-size: 36px;
    }
    .related-post .inner{
        padding: 20px;
    }
    .show-related .entry-title{
        margin-bottom: 24px;
        height: 100px;
    }
    .related-post .show-all{
        display: none;
    }
    .related-post .show-all-mobile{
        display: flex;
        width: 230px;
        margin: 0 auto;
        margin-top: 32px;
        text-align: center;
       align-items: center;
    }
    .related-title-block{
        justify-content: center;
    }
    .single-content .category-name{
        margin-bottom: 32px;
    }
    .single-content .single-title{
        margin-bottom: 16px;
    }
    .single-content .des{
        margin-bottom: 32px;
    }
    .single-content .banner{
        margin-bottom: 32px;
    }

}