.solution-page{
    padding-top: 60px;
}

.solution-page .solution-section-1{
    width: 100%;
    height: 600px;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #fff;
}

.solution-page .solution-section-1 p{
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
}

.solution-page .solution-section-2 .section-content .content{
    position:relative;
}

.solution-page .solution-section-2 .section-content .content .text{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.solution-page .solution-section-2 .section-content .content .text .icon{
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: #fff;
    margin-top: 40px;
}

.solution-page .solution-section-2 .section-content .content .text p{
    color: #fff;
}

.solution-page .solution-section-2 .section-content .content .text .icon img{
    width: 58px;
    margin-bottom: 20px;
}

.solution-page .solution-section-2 .section-content .content .text .icon .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solution-page .solution-section-2 .section-content img{
    width: 100%;
    border-radius: 20px;
}

.solution-page .solution-section-2 h3{
    font-size: 32px !important;
}

.solution-page .solution-section-3 .section-content img{
    width: 80px;
    margin-top: 20px;
    margin-right: 40px;
}

.solution-page .solution-section-3 .section-content .item{
    padding: 25px 35px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 30px;
}

.solution-page .solution-section-3 .section-content .item h3{
    margin-bottom: 20px;
    font-weight: bold;
    color: #333333;
}

.solution-page .solution-section-3 .section-content .item p{
    color: #666666;
}

@media (min-width:769px) {
    .solution-page .container{
        padding-bottom: 0;
    }
    .solution-page .solution-section-1 .container{
        padding: 0;
    }
    .solution-page .solution-section-1 p{
        color: #fff;
        margin-top: 20px;
        font-weight: bold;
        font-size: 22px;
    }
    .solution-page .solution-section-2 .section-content{
        display: flex;
        justify-content: space-between;
    }

    .solution-page .solution-section-2 .section-content .content{
        width: 45%;
        border-radius: 20px;
    }

    .solution-page .solution-section-3 .section-content .content{
        display: flex;
        justify-content: space-between;
    }

    
    .solution-page .solution-section-3 .section-content .content .item{
        width: 47%;
    }
}

@media (max-width:769px) {
    .solution-page .solution-section-1{
        width: 100%;
        height: 320px;
    }

    .title {
        text-align: center;
        margin: 20px 0;
    }

    .solution-page .solution-section-2 .section-content .content{
        margin-bottom: 20px;
    }
}