.section-1{
	margin-top: 110px;
}
.section-1 .main-content {
    margin-top: 114px;
}
.section-1 .search-box{
    width: 100%;
    padding: 10px;
    background-color: rgb(30 32 35 / 81%);
    margin-bottom: 1px;
}
.section-1 .search-box form{
	display: flex;
    align-items: center;
}
.section-1 .search-box form input{
    width: 100%;
    height: 34px;
    padding: 0px 10px;
    border: none;
    background-image: url('../images/search-icon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center left 10px;
    padding-left: 33px;
}
.section-1 .search-box form button{
	width: 130px;
	height: 34px;
	border: none;
	background: #fbe667;
	margin-left: 2px;
}
.section-1 .main-content .top{
	height: 73px;
	width: 100%;
	background-image: url('../images/68.png');
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 5px 20px;
}
.section-1 .main-content .top > div{
	display: flex;
	align-items: center;
}
.section-1 .main-content .entry-content{
	background-image: url('../images/70.png');
	background-size: cover;
	background-position: top left;
	min-height: 80vh;
	padding: 20px 25px;
	color: #FFE1B7;
	font-size: 16px;
	line-height: 24px;
}
.section-1 .main-content .top > div .content h1{
	font-size: 20px;
    font-weight: 600;
    background: linear-gradient(180deg, #FEEC95 0%, #F7CC56 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 3px;
}
.section-1 .main-content .entry-content ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
.section-1 .main-content .entry-content ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #894f4f;
	padding: 12px 0px;
}
.section-1 .main-content .entry-content ul li a{
    font-weight: 700;
    color: #FFE1B7;
    background-image: url(../images/51.png);
    background-position: top 2px left;
    background-repeat: no-repeat;
    padding-left: 27px;
}
.section-1 .main-content .entry-content ul li:last-child{
	border-bottom: none;
}
.section-1 .main-content .entry-content ul li p{
	font-weight: 500;
	color: #BE490E;
}
.section-1 .navigation.pagination{
	margin-top: 30px;
}
.section-1 .navigation.pagination .screen-reader-text{
	display: none;
}
.section-1 .navigation.pagination .nav-links{
	display: flex;
	justify-content: center;
	width: 100%;
}
.section-1 .navigation.pagination .nav-links > span{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f9dc5b;
    margin: 0px 5px;
}
.section-1 .navigation.pagination .nav-links .page-numbers{
	width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f9dc5b;
    margin: 0px 5px;
}
.section-1 .navigation.pagination .nav-links .page-numbers.prev{
	display: none;
}
.section-1 .navigation.pagination .nav-links .page-numbers.next{
	display: none;
}

@media(max-width: 768px){
	.section-1{
		margin-top: 70px;
		flex-direction: column-reverse;
	}
	.section-1 .main-content{
		margin-top: 40px;
	}
	.section-1 .main-content .main-1{
		margin-top: 10px;
	}
	.section-1 .main-content{
		width: 100%;
		min-width: initial;
	}
	.section-1 .main-content .top{
		background-size: cover;
	}
	.section-1 .main-content .entry-content ul li a{
		font-size: 13px;
	}
	.section-1 .main-content .entry-content ul li p{
		display: none;
	}
}