section{
	padding-top : 0;
	max-width : 100%;
	width : 100%;
}
section h2{
    margin-bottom : 20px;
}

section h3{
    margin:30px 0;
}


section h4{
    margin-bottom : 20px;
    font-size : 1.5em;
    border-bottom : 3px solid;
    padding-bottom : 10px;
}

section dt,section h5{
    margin-bottom : 20px;
    font-weight : 700;
    font-size : 1em;
}

section dd,section p{
    margin-bottom : 20px;
}

.tab-wrapper{
	max-width : 1200px;
	width : 100%;
	margin : 0 auto;
	background-color : #7b1fa2;
	color : #fff;
}

.tab-wrapper ul{
	display : flex;
	flex-wrap : wrap;
	align-items : center;
	height : 60px;
	padding-left : 30px;
}

.tab-wrapper ul > li{
	margin : 0 20px;
	color : rgba(255, 255, 255, 0.7);
	height : 100%;
	cursor : pointer;
	line-height : 60px;
}

.tab-wrapper ul > li.on{
	color : #fff;
}

.tab-wrapper .content{
	display : none;
}

.tab-wrapper .content.on{
	display : block;
}

@media screen and (max-width : 800px){
    iframe{
        height : 280px;
    }

    
}