*{
    margin: 0;
    padding: 0;
}

.Saas_m1Center{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Saas_m1Center h1{
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.SaaS_m1Content{
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.Saas_m1Right{
    width: 42%;
    display: flex;
    flex-direction: column;
    margin-left: 70px;
}
.Saas_m1Right p{
    line-height: 30px;
}
.Saas_m1Right h3{
    font-size: 22px;
    color: #333;
    margin-bottom: 16px;
    letter-spacing: 2px;
}
.SaaS_Rightcon{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.SaaS_Rightcon div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.SaaS_Rightcon div span{
    font-size: 16px;
    color: #555;
    text-indent: 6px;
    margin-top: 20px;
    font-weight: 600;
}
.SaaS_Rightcon div img{
    width: 45%;
    margin-bottom: 0;
}
#Saas_m2{
    background: #fafafa;
}
.Saas_m2Center{
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Saas_m2Left{
    width: 42%;
    display: flex;
    flex-direction: column;
}
.Saas_m2Right{
    margin-left: 70px;
}
.SaaS2_Leftcon{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.SaaS2_Leftcon div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
}
.SaaS2_Leftcon div span{
    font-size: 16px;
    color: #555;
    text-indent: 10px;
    margin-top: 20px;
    font-weight: 600;
}
.SaaS2_Leftcon div img{
    width: 45%;
    margin-bottom: 0;
}
.Saas_m2Left p{
    line-height: 30px;
}
.Saas_m2Left h3{
    font-size: 22px;
    color: #333;
    margin-bottom: 18px;
    letter-spacing: 2px;
}
.Saas_m3Center{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 120px 0;
}
.Saas_m3Center h1{
    font-size: 30px;
    color: #333;
    font-weight: normal;
}
.Saas_m3Center span{
    margin-top: 20px;
}
.Saas_m3Content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}
.Saas_m3Content div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.Saas_m3Content div img{
    width: 68%;
}
.Saas_m3Content div span{
    font-size: 18px;
    color: #333;
    letter-spacing: 1px;
}