.feature-icon{
    width: 50px !important;
}
.about-desc .animation-title{
    margin-top: 20px;
}
.img-clip-text{
    font-size: 50px;
}

.ak-about-hero-1{
    position: relative;
    top: -100px;
}
@media screen and (max-width: 767px) {
    .about-desc .animation-title{
       margin-top: 15px !important;
    }
    .ak-about-hero-1{
        position: relative;
        top: -0px !important;
    }
    .img-clip-text {
        font-size: 35px !important;
    }
    .feature-icon{
        width: 50px !important;
    }
    .ak-about-hero-1 .about-hero-bg {
        height: calc(100% - 80px) !important; 
    }
    .ak-about-hero-1 .about-hero-content {
        height: calc(100% - 80px) !important; 
    }
}

