.ci-custom-text {
    height: 60px;
}

@media(max-width: 767px) {
    .custom-hero {
        padding-top: 0px !important;
    }
    
    .custom-mobile-padd-bottom-0 {
        padding-bottom: 0 !important;
    }
    
    .custom-about {
        width: 50% !important;
    }
    
    .ci-custom-text {
        height: auto;
    }
}
