.m-server-content1{
    padding-top: 70%;
}
.m-server-list{
    display: flex;
    margin-top: 5%;
    width: 90%;
    flex-wrap: wrap;
}
.m-server-item{
    display: flex;
    width: 50%;
    margin-top: 5%;
}
.m-server-item-img{
    width: 25%;
}
.m-server-item-img img{
    width: 100%;
}
.m-server-item-desc{
    width: 75%;
    text-align: left;
}
.m-server-item-title{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}
.m-server-item-subtitle{
    font-size: 12px;
    line-height: 18px;
}
.m-server-item3{
    display: flex;
}
.m-server3-img{
    position: absolute;
    z-index: -5;
    width: 100%;
}
.m-server2-title{
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    z-index: 6;
    top:55%
}
.m-server2-video{
    width: 100%;
    display: block;
}
.m-server2-video video{
    width: 100%;
    min-height: 502px;
    display: block;
}
.m-server3-title{
    color: #ffffff;
    align-self: center;
    margin: 50% auto;
    font-size: 22px;
    text-align: center;
    line-height: 30px;
}
.m-server3-subtext{
    line-height: 25px;
    font-size: 15px;
}
