.one{
    background-color: #00ab90;
    height: 560px;
    color: #ffffff;
}
.two{
    background-color: #ffffff;
    height: 580px;
}
.three{
    background-color: #f1eee8;
    height: 560px;
}
.one h2{
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    margin-top: 110px;
    line-height: 2;
}
.one h3{
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}
.one p{
    width: fit-content;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
}
.two h2{
    font-size: 36px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 4;
    margin: 15px 0;
}
.two h3{
    font-size: 24px;
    color: #00ab90;
    font-weight: bold;
    line-height: 2;
}
.two p{
    color: #666666;
    font-size: 20px;
    margin-bottom: 20px;
}
.two .flex-box{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
}
.two .left{
    width: 20%;
}
.two .right{
    width: 20%;
    text-align: right;
}
.two .im{
    width: fit-content;
    margin-left: 25px;
}
.three h2{
    font-size: 36px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    line-height: 4;
    margin: 15px 0;
}
.three .flex-box2{
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
    height: 324px;
}
.three .left{
    width: 25%;
}
.three .right{
    width: 25%;
}
.flex-box2 img{
    display: block;
    width: 46%;
}
.flex-box2 span{
    font-weight: bold;
    color: #00ab90;
    font-size: 24px;
    display: block;
    text-align: center;
    transform: translateY(26%);
}
.flex-box2 .top{
    width: 140px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 auto;
}
.flex-box2 .bottom{
    width: 140px;
    height: 51px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 220px auto 0;
}