.bannerBox{
    width: 100%;
    height: 480px;
    background: url(../../img/requests/banner.png) center 100% no-repeat;
    background-size: cover ;
}
.bannerBox .container{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bannerBox .titleBox{
    margin-top: 64px;
    font-size: 46px;
    font-weight: bold;
    color: #00306D;
}
.bannerBox .subTitleBox{
    margin-top: 25px;
    font-size: 18px;
    color: #3A4257;
    width: 693px;
}
.aboutBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 88px;
}
.aboutBox .titleBox{
    margin-top: 56px;
    color: #21335B;
    font-size: 30px;
}
.aboutBox .contentBox{
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 28px;
}
.aboutBox .imgBox{
    width: 33%;
}
.aboutBox .statBox{
    width: 838px;
    height: 131px;
    background: url(../../img/about/bg.png) center 100% no-repeat;
    background-size: cover ;
    display: flex;
    flex-direction: row;
    padding: 6px 50px;
    margin-top: -100px;
    align-items: center;
    justify-content: space-around;
}
.statBox .statItem{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.statBox .statIcon{
    width: 46px;
}
.statBox .statNum{
    color: #ffffff;
    font-size: 26px;
}
.statBox .statText{
    color: #ffffff;
    font-size: 14px;
}