#aboomout{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#aboomout .manbocx{
    display: flex;
    flex-direction: column;
    width: calc(25% - 100px);
    padding: 50px;
}
#aboomout .manbocx .maimg{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#aboomout .manbocx .maimg img{
    width: 190px;
}
#aboomout .manbocx  .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
#aboomout .manbocx .text h2{
    font-size: 24px;
    color: #1973d7;
}
@media only screen and (max-width: 1280px){
    #aboomout .manbocx{
        width: calc(50% - 40px);
        padding: 20px;
    }
    #aboomout .manbocx .maimg img{
        width: 150px;
    }
    #aboomout .manbocx .text h2{
    font-size: 20px;
}
}