.why-choose-section{
    padding:90px 0;
    background:#f7f7f7;
}

.section-heading{
    margin-bottom:60px;
}

.section-heading h2{
    font-size:52px;
    font-weight:800;
    color:#1f3153;
    margin-bottom:15px;
    text-transform:uppercase;
}

.section-heading h2 span{
    color:#ff5b57;
    font-weight:500;
}

.section-heading p{
    max-width:700px;
    margin:0 auto;
    font-size:18px;
    color:#777;
    line-height:30px;
}

.choose-card{
    background:#fff;
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
    transition:.4s;
    margin-bottom:30px;
    min-height:280px;
}

.choose-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
}

.choose-icon{
    width:80px;
    height:80px;
    line-height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#ff5b57;
    color:#fff;
    font-size:32px;
}

.choose-card h3{
    color:#1f3153;
    font-size:26px;
    font-weight:700;
    margin-bottom:15px;
}

.choose-card p{
    color:#666;
    font-size:15px;
    line-height:28px;
}

@media(max-width:767px){

    .why-choose-section{
        padding:60px 0;
    }

    .section-heading h2{
        font-size:36px;
    }

    .choose-card{
        min-height:auto;
    }
}