

.about-content-section{
    padding:80px 0;
}

.about-content{
    max-width:90%;
    margin:auto;
    font-size:18px;
    line-height:1.9;
    color:#444;
}

.about-content h2,
.about-content h3{
    margin-bottom:20px;
}

.about-content p{
    margin-bottom:20px;
}

.about-features{
    padding:20px 0 80px;
}

.about-feature-card{
    background:#fff;
    border-radius:16px;
    padding:35px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.about-feature-card i{
    font-size:42px;
    color:#2d6cff;
    margin-bottom:20px;
}

.about-feature-card h4{
    margin-bottom:15px;
}

.about-cta{
    background:#071733;
    padding:80px 0;
    text-align:center;
}

.about-cta h2{
    color:#fff;
    margin-bottom:25px;
}

.about-btn{
    display:inline-block;
    background:#2d6cff;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:40px;
}

.about-btn:hover{
    color:#fff;
}

@media(max-width:991px){


.about-content{
	max-width:100%;
}

    .about-content-section{
        padding:30px 0;
    }

    .about-content{
        font-size:16px;
    }
}