.section-1{
	padding: 30px 0px;
}
.section-1 > div{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.section-1 .main-content{
	width: calc(75% - 30px);
}
.section-1 .sidebar{
	width: 25%;
}
.section-1 .main-content .post-title{
	font-size: 20px;
	font-weight: 500;
	color: #2a2a2a;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 20px;
	line-height: 28px;
}
.section-1 .entry-content img{
	max-width: 100%;
	height: auto;
}
.section-1 .entry-content img.aligncenter{
	display: block;
	margin: auto;
}
.section-1 .entry-content p{
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	text-align: justify;
}
.section-1 .entry-content div.aligncenter{
	width: 100% !important;
	text-align: center;
}
.section-1 .entry-content ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 10px;
}

.related-section{
	margin-top: 40px;
}
.related-section .block-title{
	font-size: 20px;
	font-weight: 500;
	color: #2a2a2a;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 20px;
	line-height: 28px;
}
.related-section .list-related{
	/*display: flex;*/
	width: 100%;
	position: relative;
}
.related-section .list-related .item{
	/*width: 30%;*/
}
.related-section .list-related .item .thumb{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.related-section .list-related .item .content p:nth-child(1){
	color: #9e9e9e;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.related-section .list-related .item .content .title{
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.related-section .list-related .item .content p:nth-child(3){
	font-size: 13px;
	color: #9e9e9e;
}
.related-section .list-related .owl-prev{
    position: absolute;
    top: -54px;
    right: 28px;
    background: transparent;
    color: #9e9e9e;
    font-size: 20px;
}
.related-section .list-related .owl-next{
    position: absolute;
    top: -54px;
    right: -10px;
    background: transparent;
    color: #9e9e9e;
    font-size: 20px;
}