/* Start custom CSS for html, class: .elementor-element-96c28ee *//*==================================
        ABOUT SECTION
===================================*/

.about{

    padding:120px 0;

    background:#F7F9FC;

}

.about .container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

/* Image */

.about-image{

    position:relative;

    display:flex;

    justify-content:center;

}

.image-bg{

    position:absolute;

    width:450px;

    height:450px;

    border-radius:50%;

    background:rgba(22,119,255,.10);

    filter:blur(40px);

}

.about-image img{

    width:100%;

    max-width:520px;

    position:relative;

    z-index:2;

    filter:drop-shadow(0 25px 40px rgba(0,0,0,.12));

}

/* Content */

.section-subtitle{

    display:inline-block;

    padding:10px 20px;

    background:#EEF5FF;

    color:#1677FF;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    margin-bottom:20px;

}

.about-content h2{

    font-size:48px;

    line-height:1.2;

    margin-bottom:25px;

    color:#1B2430;

}

.about-content p{

    color:#6D7683;

    line-height:30px;

    margin-bottom:35px;

}

/* List */

.about-list{

    display:flex;

    flex-direction:column;

    gap:20px;

    margin-bottom:40px;

}

.about-item{

    display:flex;

    gap:20px;

    align-items:flex-start;

    padding:20px;

    background:#fff;

    border-radius:18px;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    transition:.3s;

}

.about-item:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 40px rgba(22,119,255,.12);

}

.check{

    width:45px;

    height:45px;

    border-radius:50%;

    background:#1677FF;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    flex-shrink:0;

}

.about-item h4{

    margin-bottom:8px;

    color:#1B2430;

}

.about-item p{

    margin:0;

    color:#6D7683;

    line-height:26px;

    font-size:15px;

}

/* Responsive */

@media(max-width:992px){

.about .container{

grid-template-columns:1fr;

text-align:center;

}

.about-list{

text-align:left;

}

.about-image{

margin-bottom:50px;

}

.about-content h2{

font-size:38px;

}

}/* End custom CSS */