.container h1{
	margin: 0;
}
.container h1 img{
	max-width: 100%;
}
.container h1 + p{
	text-align: left;
	margin-top: 25px;
	line-height: 1.8;
}
.ab_list_bt_dw {
    color: #443829;
    overflow: hidden;
}
.ab_list_bt_dw ul {
    display: flex;
    flex-wrap: wrap;
}
.ab_list_bt_dw li {
    width: 48.6%;
    margin-top: 20px;
    margin-right: 2.8%;
    color: #443829;
    border-radius: 50px;
    border: 2px solid #938675;
    background: url('../../common/img/ar_down.png') no-repeat 95%;
    text-align: center;
}
.ab_list_bt_dw li:nth-child(2n) {
	margin-right: 0;
}
.ab_list_bt_dw li a {
    display: block;
    padding: 15px 20px;
    font-size: 18px;
}

.section-title {
    background-image: url(../../common/img/section-title-line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    font-size: 32px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
	.block-event-page--header-freespace{
		padding-left: 10px;
		padding-right: 10px;
	}
	.block-event-page--header-freespace h1{
		padding: 0;
	}


	.ab_list_bt_dw li{
		width: 100%;
	}
	.section-title {
	    font-size: 16px;
	}	
	.container h1 + p{
		text-align: left;
	}	
	
	.ab_list_bt_dw li:nth-child(1n) {
    margin-right: 0%;
	}
	.ab_list_bt_dw li:nth-child(2n) {
    margin-left: 0%;
	}
}