.se-card{
    background-color: #ffffff;
    padding: 40px 32px;
    margin-bottom: 30px;
    border: 1px solid #979797;
    border-radius: 20px;
}
.se-card .se-card-title{
    position: relative;
    padding-left: 36px;
}
.se-card .se-card-title h5{
    font-size: 22px;
    font-weight: bold;
}
.se-card .se-card-title .right-icon{
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.se-card .se-card-content{
    margin-top: 20px;
}
.se-card .se-card-content p{
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}
.se-1 .se-card-title:nth-child(3){
    margin-top: 40px;
}
@media all and (max-width: 750px){
    .se-card{
        background-color: #ffffff;
        padding: 20px;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .se-card .se-card-title{
        padding-left: 36px;
    }
    .se-card .se-card-title .right-icon{
        height: 36px;
    }
    .se-card .se-card-title h5{
        font-size: 20px;
        font-weight: bold;
    }
    .se-card .se-card-content p{
        font-size: 12px;
        line-height: 1.8;
        text-align: justify;
    }
    .se-1 .se-card-title:nth-child(3){
        margin-top: 20px;
    }
}

.se-2-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.se-2-item-img{
    width: 100%;
    display: flex;
    justify-content: center;
}
.se-2-item-img img{
    width: 60%;
    margin: 48px auto 32px auto;
}

.se-2-item-label{
    display: inline-block;
    background: rgba(91,149,15,0.1);
    border-radius: 20px;
    border: 3px solid #5D9616;
    padding: 12px 24px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #5B950F;
}
@media all and (max-width: 749.98px){
    .se-2-item-img img{
        width: 80%;
        margin: 16px auto 16px auto;
    }
    .se-2-item-label{
        border-radius: 8px;
        border: 1px solid #5D9616;
        padding: 8px 8px;
        font-size: 14px;
        font-weight: 400;
    }
}
.se-4-left{
    padding-top: 100px;
}
@media all and (max-width: 749.98px){
    .se-4-left{
        padding-top: 0;
    }
}
.se-4-left-item{
    background: #E03F33;
    border-radius: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 20px;
}
.se-4-left-item img{
    width: 36px;
}
.se-4-left-item p{
    font-size: 20px;
    color: #ffffff;
    margin-left: 10px;
}
@media all and (max-width: 750px){
    .se-4-left{
        margin-top: 20px;
    }
    .se-4-left-item{
        padding: 10px 10px;
    }
    .se-4-left-item img{
        width: 24px;
    }
    .se-4-left-item p{
        font-size: 14px;
    }
}

.se5-content{

}
.se5-content-title{
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.se5-content-title1{
    color: #E03F33;
}
.se5-content-title2{
    color: #F18C04;
}
.se5-content-item{
    background-color: #E03F33;
    padding: 16px 24px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.se5-content-item p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
}
.se5-content-item2{
    background-color: #F18C04;
    padding: 22px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.se5-content-item2 p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
}
@media all and (max-width: 750px){
    .se5-content-title{
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .se5-content-item{
        padding: 10px 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .se5-content-item p{
        font-size: 14px;
    }
    .se5-content-item2{
        padding: 10px 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .se5-content-item2 p{
        font-size: 14px;
    }
}
.se-6{
    margin-top: 0;
}
.se6-content-title{
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.se6-content-title1{
    color: #E03F33;
}
.se6-content-title2{
    color: #F18C04;
}
.se6-item{
    position: relative;
}
.se6-item-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.se6-item-content h5{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.se6-item-content p{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
    margin-top: 20px;
}
.se6-content-item2{
    background-color: #F18C04;
    padding: 22px 30px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.se6-content-item2 p{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.8;
    text-align: justify;
}
@media all and (max-width: 750px) {
    .se6-content-title{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .se6-item-content{
        padding: 10px;
    }
    .se6-item-content h5{
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
    }
    .se6-item-content p{
        font-size: 12px;
        margin-top: 10px;
    }
    .se6-content-item2{
        background-color: #F18C04;
        padding: 10px 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .se6-content-item2 p{
        font-size: 14px;
    }
}

.se-8{
    margin-top: 0;
}

.se8-content{

}
.se8-content h5{
    color: #E03F33;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
}
.se8-content p{
    color: #000000;
    font-size: 20px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 10px;
}
.se8-2-item{
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #D24132;
    border-radius: 100px;
    margin-bottom: 10px;
}
.se8-2-item:nth-child(even){
    background-color: #DC7E63;
}
.se8-2-item img{
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.se8-2-item p{
    font-size: 18px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
@media all and (max-width: 750px){
    .se8-content h5{
        font-size: 14px;
    }
    .se8-content p{
        font-size: 14px;
    }
    .se8-2-item{
        display: flex;
        align-items: center;
        padding: 10px;
        background-color: #D24132;
        border-radius: 100px;
        margin-bottom: 10px;
    }
    .se8-2-item img{
        width: 30px;
        height: 30px;
    }
    .se8-2-item p{
        font-size: 12px;
    }
}


.se9-content{
    margin-top: 40px;
}
@media all and (max-width: 750px){
    .se9-content{
        margin-top: 30px;
    }
}
.se-10{
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.se10-content{
    margin-top: 40px;
    text-align: center;
}
.se10-content p{
    font-size: 20px;
    line-height: 1.8;
    text-align: justify;
}
.se10-content img{
    max-width: 900px;
    width: 80%;
    margin: 20px auto;
}
@media all and (max-width: 750px){
    .se10-content{
        margin-top: 30px;
    }
    .se10-content p{
        font-size: 14px;
    }
}