

/* -------benefit---------------- */

.benefit {
    position: relative;
    margin-bottom: 50px;
}

.benefit aside {
    width: 50%;
    margin: 40px;
    padding: 0px 0px 0px 60px;
}

.benefit aside h2 {
    color: #F2FFFF;
    font-size: 70px;
    font-weight: 300;
}

.benefit aside h2 span {
    color: #c9f950;
    font-weight: 600;
}

.benefit aside p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #E2ECE2;
    margin-top: 50px;
}

.benefitcircle {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background: rgba(201, 249, 80, 0.1);
    filter: blur(72px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.benefitrytcircle {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-10%, -50%);
    width: 465px;
    height: 465px;
    background: rgba(227, 244, 255, 0.1);
    filter: blur(52px);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.benefit section {
    border: 1px solid #4B5259;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 50%;
    margin: 40px 30px 40px 40px;
}
.approach section {
    border:0;
}
.approach aside {
    width: 72%;
}
.benefit section .item {
    padding: 40px;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.benefit section .item:not(:last-child) {
    border-bottom: 1px solid #4B5259;
}

.item img {
    width: 60px;
    margin-top: 7px;
}

.item .des h3 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 8px;
    color: #F2FFFF;
}

.item .des h3 span {
    color: #c9f950;
}

.item .des p {
    font-size: 20px;
    color: #F2FFFF;
    margin: 20px 0px 0px 0px;
}


/* --------e slick slider--------------- */

@media only screen and (min-width:320px)and (max-width:479px) {
   
    .benefit aside {
        width: 100%;
        padding: 0px 9px;
        margin: 0px;
    }
    .benefit aside h2 {
        font-size: 40px;
    }
    .benefit aside p {
        padding: 0px;
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0px;
    }
    .benefitcircle {
        top: 10%;
        left: 40%;
    }
    .benefit section {
        width: 95%;
        margin: 40px 0px 40px 10px;
    }
    .benefit section .item {
        padding: 30px 20px;
        gap: 20px;
    }
    .item img {
        width: 40px;
    }
    .item .des h3 {
        font-size: 28px;
    }
    .item .des p {
        font-size: 16px;
    }
    .benefit section .mb-4 {
        margin-bottom: 0rem !important;
    }
    .benefitrytcircle {
        top: 70%;
        width: 290px;
        height: 290px;
        transform: translate(-25%, -50%);
    }
   
}

@media only screen and (min-width:480px)and (max-width:767px) {
   
    .benefit aside {
        width: 100%;
        padding: 0px 9px;
        margin: 0px;
    }
    .benefit aside h2 {
        font-size: 40px;
    }
    .benefit aside p {
        padding: 0px;
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0px;
    }
    .benefitcircle {
        top: 10%;
        left: 40%;
    }
    .benefit section {
        width: 95%;
        margin: 40px 0px 40px 10px;
    }
    .benefit section .item {
        padding: 30px 20px;
        gap: 20px;
    }
    .item img {
        width: 40px;
    }
    .item .des h3 {
        font-size: 28px;
    }
    .item .des p {
        font-size: 16px;
    }
    .benefit section .mb-4 {
        margin-bottom: 0rem !important;
    }
    .benefitrytcircle {
        top: 70%;
        width: 290px;
        height: 290px;
        transform: translate(-25%, -50%);
    }
    
}

@media only screen and (min-width:768px)and (max-width:1023px) {
   
    .benefit aside {
        padding: 0px 0px 0px 30px;
        margin: 0px;
    }
    .benefit aside h2 {
        font-size: 36px;
    }
    .benefit aside p {
        padding: 0px;
        font-size: 18px;
        line-height: 26px;
        margin: 20px 0px;
    }
    .benefitcircle {
        top: 10%;
        left: 20%;
    }
    .benefit section {
        margin: 0px 26px 40px 10px;
    }
    .benefit section .item {
        padding: 20px;
        gap: 20px;
    }
    .item img {
        width: 40px;
    }
    .item .des h3 {
        font-size: 24px;
    }
    .item .des p {
        font-size: 16px;
    }
    .benefit section .mb-4 {
        margin-bottom: 0rem !important;
    }
    .benefitrytcircle {
        width: 290px;
        height: 290px;
        transform: translate(-25%, -50%);
    }
   
}

@media only screen and (min-width:1024px)and (max-width:1024px) {
    
    .benefit aside {
        padding: 0px 0px 0px 30px;
        margin: 0px;
    }
    .benefit aside h2 {
        font-size: 36px;
    }
    .benefit aside p {
        padding: 0px;
        font-size: 18px;
        line-height: 26px;
        margin: 40px 0px;
    }
    .benefitcircle {
        top: 10%;
        left: 20%;
    }
    .benefit section {
        margin: 0px 26px 40px 10px;
    }
    .benefit section .item {
        padding: 30px 20px;
        gap: 20px;
    }
    .item img {
        width: 40px;
    }
    .item .des h3 {
        font-size: 24px;
    }
    .item .des p {
        font-size: 16px;
    }
    .benefit section .mb-4 {
        margin-bottom: 0rem !important;
    }
    .benefitrytcircle {
        width: 290px;
        height: 290px;
        transform: translate(-25%, -50%);
    }
    .conbt {
        left: 5%;
    }
    
}

@media only screen and (min-width:1025px) and (max-width:1290px) {
   
    .benefit aside {
        padding: 0px 0px 0px 120px;
        margin: 0px;
    }
    .benefit aside h2 {
        font-size: 36px;
    }
    .benefit aside p {
        padding: 0px;
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0px;
    }
    .benefitcircle {
        top: 10%;
        left: 20%;
    }
    .benefit section {
        margin: 0px 26px 40px 10px;
    }
    .benefit section .item {
        padding: 20px;
        gap: 20px;
    }
    .item img {
        width: 40px;
    }
    .item .des h3 {
        font-size: 24px;
    }
    .item .des p {
        font-size: 16px;
    }
    .benefit section .mb-4 {
        margin-bottom: 0rem !important;
    }
    .benefitrytcircle {
        width: 290px;
        height: 290px;
        transform: translate(-25%, -50%);
    }
   
}

@media only screen and (min-width:1291px) and (max-width:1370px) {
   
    .benefit aside h2 {
        font-size: 65px;
    }
 

}

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
  
    .benefit aside h2 {
        font-size: 65px;
    }
    
}

@media (min-width:1920px) {
    
    .benefit aside {
        padding: 70px 40px 40px 260px;
    }
    .benefit aside h2 {
        font-size: 60px;
    }
    .benefit section {
        width: 45%;
        margin: 40px 30px 40px 40px;
    }
}
