.bg{
    text-align: center;
    background: #fff;
    height: 230px;
}
.headImg1{
    max-width: 730px;
    float: right;
    margin-right: 30px;
    margin-top: 80px;
}
.headImg2{
    max-width: 730px;
    height: 200px;
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}
.topImgs{
    text-align: center;
}
.btn-info{
    background: #1a3270 !important;
    justify-content: center;
}
.btn-info>.text{
    width: auto !important;
}
@media (max-width: 768px){
    
    .topImgs{
        display: flex;
        flex-wrap: wrap;
        height: unset;
        justify-content: center;
    }
    .headImg1{
        float: unset;
        margin-right: unset;
        width: 90vw;
        margin-top: 30px;
    }
    .headImg2{
        float: unset;
        margin-left: unset;
        height: unset;
        width: 100vw;
    }
    #banner-wrapper{
        display: block;
        margin-top: 30px;
    }
    .order-form{
        width: 100%;
    }
    #content{
        padding: 10px 10px !important;
    }
}