.wrap_1{
    width: 100%;
    height: 560px;
    background: url('/static/images/intelligentManufacturing/p1.png');
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.des_title {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    text-align: left;
    border-radius: 20px;
    width: 400px;
    padding-left: 10px;
    margin: 30px 0 15px 0;
    background: linear-gradient(to right, rgba(254, 60, 231, 0.2), rgba(254, 60, 231, 0));
}

@media (max-width: 768px) {
    .des_title {
        font-size: 18px;
    }
}
