/* WHY SUMMITPOINT */

.why-summitpoint{
    padding:90px 20px;
    background:#ffffff;
}

.why-summitpoint .container{
    max-width:1200px;
    margin:auto;
}

.why-summitpoint-header{
    text-align:center;
    max-width:760px;
    margin:0 auto 70px;
}

.why-summitpoint-title{
    font-size:48px;
    color:#051f45;
    margin-bottom:20px;
    text-transform:uppercase;
    line-height:1.15;
}

.why-summitpoint-intro{
    font-size:20px;
    color:#5a6178;
    line-height:1.7;
}

.why-summitpoint-content{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;
}

.why-summitpoint-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.why-summitpoint-item{
    display:flex;
    gap:22px;
    margin-bottom:38px;
}

.why-summitpoint-icon{
    width:64px;
    height:64px;
    min-width:64px;
    background:#f6f8fb;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.why-summitpoint-icon svg{
    width:30px;
    height:30px;
    color:#051f45;
}

.why-summitpoint-item-title{
    color:#051f45;
    font-size:28px;
    margin:0 0 12px;
}

.why-summitpoint-item-text{
    color:#5a6178;
    line-height:1.8;
    font-size:18px;
    margin:0;
}