.news-single .section-title{
    line-height: 38px;
    color: #162133;
    margin-bottom: 28px;
}

.posts-single-content{

}
.posts-single-content img {
    width: 100%!important;
    height: auto!important;
}
.posts-single-content-img{
    width: 100%;
    max-width: 738px;
    height: 521px;
    background: #C4C4C4;
    margin-bottom: 28px;
    overflow: hidden;
}
.posts-single-content-img img {
    width: 100%;
    height: 100%;
}
.posts-single-content-date{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #00a3e0;;
    display: block;
    margin-bottom: 16px;
}
.posts-single-content ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.posts-single-content ol{
    padding-left: 15px;
}
.posts-single-content ol li{
    font-family: 'PeugeotLight';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
    color: #3C3947;
    margin-bottom: 12px;
}
.posts-single-content ul li{
    font-family: 'PeugeotLight';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    color: #3C3947;
    margin-bottom: 16px;
    display: flex;
}
.posts-single-content ul li:before{
    content: '';
    min-width: 24px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADGSURBVHgB7ZLdCcIwFIXvtU7gDNpnRyiOoOirDmJppQ6irxV1hHYD36UzOEJjbyEYG0Lz95gPAiGXfIdDAhAImLDIy+XwbAKeiM+PPUTTV1w8M+8BJGcMLrRvoUVxhuCIKGfATk26yb0FjMmdAnTk1gG6ckJ6ZPoF/Y/wICf+GsyLW4IQVf0A4fA+rq8ucqlBk25rutgLOpHYxEYuNfg1uecImPEmPNBUrgwYhnBM5USkGnyqsp6tdl0BTGzlWlATWhAIqPgCxzd6b3wxTEAAAAAASUVORK5CYII=') no-repeat;
    margin-right: 10px;
}
.posts-single-content span, .posts-single-content p {
    background: transparent!important;
    font-family: 'PeugeotLight';
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    color: #3C3947;
}
.posts-single-content strong,
.posts-single-content b,
.posts-single-content strong span{
    font-weight: bold;
}
.posts-single-content table {
    width: 100%;
}
.news-single-share{
    background: #FFFFFF;
    padding: 21px 23px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-single-share .title{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #162133;
    display: block;
    margin-bottom: 12px;
}
.news-single-share .share-icon{
    margin-right: 13px;
    text-decoration: none;
}
.news-single-share .link{
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 27px;
    text-transform: uppercase;
    color: #00a3e0;;
    display: flex;
    align-items: center;
}
.news-single-share .link:hover{
    text-decoration: none;
}
.news-single-share .link:after{
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACYSURBVHgBhZHBDcIwDEVtt1DG8AEJ1mADODIFjBAJBmCLnlDZoKtkDBAtxe6hStO6eVISRXr5X0kAhN2turArGQxoe39ef9A9VllRWyLlDb1k9TLYElGnvau4zbpaRT3wbT8H785+JKVEDGMtEeP+OZFgwjvab+K6UlKKIAWl7uQxJQRPYAu9lBIUavL1cUkY0P9juToY/AEORmdqTCznVwAAAABJRU5ErkJggg==') no-repeat;
    min-width: 9px;
    height: 14px;
    display: inline-block;
    margin-left: 10px;
}









.posts-single-content iframe {
    width: 100%;
}

@media (max-width: 767.98px) {
    .news-single .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    .posts-single-content-img {
        height: auto;
    }
    .posts-single-content ul li:before {
        margin-right: 7px;
    }
    .news-single-share {
        flex-direction: column;
        text-align: center;
        padding: 21px 16px 24px;
    }
    .news-single-share div {
        margin-bottom: 14px;
    }
    .news-single-share .link {
        font-size: 12px;
    }
    .news-single-share .link:after {
        background-size: 8px;
        margin-left: 7px;
    }
}