


/* settings two */
.section-two{
    width:100%;
    /* height:230vh; */
    background-color:blue;
    background-image: url(../../assets/background/grid.svg);
    background-position: top center;
    background-size: cover;
    fill: black;
    background-repeat: repeat;
    scroll-snap-align: start;

}

.section-two .section-two-container{
    padding:50px;
}
.section-two .section-two-container .section-two-title{
    font-size:40px;
    color: white;
    font-weight: 600;
}


.section-two .section-two-container .lists{
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    
}

.section-two .section-two-container .benefit_s{
    width:80%;
    padding-top:80px;
    display:flex;
    justify-content:space-evenly;
    align-items: center;
}
.section-two .section-two-container .benefit_s .left_side{
    width:60%;   
}
.left_side p{
    font-size:30px;
    color: rgb(223, 223, 223);
    font-weight:800;
    line-height:0;
}
.left_side .icon{
    width:70px;
    height:70px;
    border-radius: 10000px;
    background-color:rgba(255, 255, 255, 0.412);

    display:flex;
    justify-content:center;
    align-items:center;
}
.left_side .icon i{
    font-size:25px;
    color: white;
}

.left_side span{
    color: white;
    font-weight:400;
}
.left_side a{
    color:white;
}


.section-two .section-two-container .benefit_s .right_side{
    width:60%
}
.right_side p{
    font-size:30px;
    color: rgb(223, 223, 223);
    font-weight:800;
    line-height:0;
}
.right_side a{
    color:white;
}
.right_side span{
    color: white;
    float:left;
    font-weight:400;
}
.right_side .icon{
    width:70px;
    height:70px;
    border-radius: 10000px;
    background-color:rgba(255, 255, 255, 0.412);

    display:flex;
    justify-content:center;
    align-items:center;
}
.right_side .icon i{
    font-size:25px;
    color: white;
}
