label{
    top:50px;
}
label i{
    line-height: 40px;
}
nav{
    width: 50%;
}

.title h1{
    font-size: 35px;
}
/* -feature---------- */
.features-col-text{
    flex-basis: 100%;
}
.features-col-img{
    flex-basis: 100%;
}
/* -----------services---------- */
.service-col{
    flex-basis: 100%;
    margin-bottom: 20px;
}
.service-col p{
    text-align: center;
    padding: 20px 60px;
    font-size: 16px;
}
.service-col::after{

    height: 500px;
}
.service-col img{
    width: 100%;
    height: 500px;
}
/* ---testimonial--- */
.testimonial-col{
    flex-basis: 48%;
    margin: 10px 10px 20px 0px;
    /* padding: 10px; */
}
