.banner{
    width: 100%;
    padding: 0 10vw;
    background: rgba(59, 130, 246);
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:1108px) {
    .banner_content .right, .banner_content .left{
        width: 100%;
    }
    .banner_content{
        flex-direction: column;
        width: 100%;
    }
    .banner_content h1{
        font-size: 24px;
    }
    .banner_content h2{
        font-size: 18px;
    }
    .banner_content .left{
        width: 100% !important;
    }
    .elementor-element-87de79c{
        width: 100% !important;
    }
    .left .list{
        position: relative;
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 20px;
        width: 350px !important;
        font-size: 12px !important;
        padding: 0 20px;
        margin-top: 40px;
    }

}



.banner .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_content .right, .banner_content .left{
    width: 50%;
}

.banner_content .right img{
    width: 100%;
}

.banner_content h1{
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.banner_content h2{
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.left button, .start{
    border: none;
    background: linear-gradient( 270deg, #3bacf3 0%, rgba(102,184,235,1) 98%);
    box-shadow: inset 0px 4px 10px 0px #87B5E1;
    border-radius: 66px 66px 66px 66px;
    color: #fff;
}

.left .list{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    width: 550px;
    font-size: 22px;
    padding: 0 20px;
    margin-top: 40px;
}
.left .list img{
    width: 180px;
    margin-left: 10px;
}