/*home-about*/
@media screen and (max-width: 1200px) {
    .QX-118040601 .title {
           display: none;
    }
      .QX-118040601 .right {
        margin-top: 0px;
        width: 100%;
        justify-content: space-around;
    }
}

/*home-app*/
@media screen and (min-width: 501px) {
.block11844 .title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    transition: .3s;
}}
@media screen and (max-width: 500px) {
.block11844 .title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
    transition: .3s;
}}