.clearfix:before,
.clearfix:after{
    display: table;
    content: " ";
}
.clearfix:after{
    clear: both;
}

.main{
    max-width:100000px;
}

a:hover{
    text-decoration: none;
}
body>header{
    height:600px;
    background-color: #191d2a;
    background-image:url(../img/about/banner.png?20220414);
    background-position: top center;
    -webkit-background-size:1920px 600px;
    background-size:1920px 600px;
    background-repeat: no-repeat;
}

section > header {
    color:#393e42;
    text-align: center;
}
section > header > h2{
    font-size:24px;
    margin:0;
}
section > header > img{
    position: relative;
    top:-4px;
}

.figure-box{
    text-align: center;
}
.figure-box figure{
    width:380px;
    padding:0 30px;
    text-align: center;
    font-size:16px;
    display: inline-block;
}
.figure-box figure img{
    width:310px;
    height:208px;
}
.img{
    max-width:100%;
    margin:0 auto;
}

section{
    background-position: center center;
    background-repeat: no-repeat;
}
