.event-detail-section .event-details {
	    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.event-detail-section .news-details {
	    background: linear-gradient(180deg, #FFF 0%, #FFF1E0 100%);
    padding: 70px;
    position: relative;
    width: max-content;
}
.event-detail-section .news-details img {
	text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.event-detail-section .news-details h4 {
	    font-size: 26px;
}
.event-detail-section .news-details h6 {
	font-size: 18px;
}
.news-details span, .news-details p {
	    font-size: 18px;
}

.post-details a{
    text-decoration: none;
}
.post-details a:hover {
    color: #e9e2aa;
}
.post-details ul{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.post-details ul li{
    display: inline;
    text-decoration: none;
}
.post-details ul li a {color: #e9e2aa; font-size: 16px;}
.post-details ul li a.active {color: #e9e2aa;}
.post-details .one ul li a{
  color: #B23428;
  font-weight: 400;
}
.post-details span{
    color: #ffffff;
    font-weight: 600;
}

.news-details span {
    color: #D68E79;
    font-size: 16px;
    font-weight: 400;
    margin-left: 8px;
}

.event-line {
    background: #a02f27;
    padding: 20px 5px 20px 10px;
    margin: 0 auto;
}

.event-line h5{
    color: #fff;
    margin: 0 auto;
	font-size: 18px;
	text-align: center;
}