html,body{
    background-color: white;
}
.content{
    padding-bottom: 110px;
    box-sizing: border-box;
}
.banner img{
    width: 100%;
    height: 360px;
}
.about{
    padding-top: 95px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.about-title{
    font-size: 36px;
    font-weight: 400;
    line-height: 42.19px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
}
.about-subtitle{
    font-size: 18px;
    font-weight: 400;
    line-height: 21.1px;
    color: rgba(166, 166, 166, 1);
    margin-left: 8px;
}
.about-desc{
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    color: rgba(56, 56, 56, 1);
    width: 773px;
    margin-top: 30px;
}
.about-right img{
    width: 575px;
    height: 332px;
}
.contact{
    margin-top: 80px;
}
.address{
    width: 100%;
    height: 450px;
    margin-top: 50px;
}
.info{
    margin-top: 108px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-row{
    display: flex;
    align-items: center;
}
.info-row-icon{
    width: 80px;
    height: 80px;
    margin-right: 13px;
}
.info-row-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-row-inner span{
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    color: rgba(0, 0, 0, 1);
    max-width: 328px;
}
.info-row-inner span:first-child{
    margin-bottom: 11px;
}
