@media (max-width: 768px){
    #header-title{
        width: 350px !important;
    }
    .cus-col1{
        height: 500px;
    }
}

.card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: none !important;
    border-radius: 10px !important;
}

.cus-col1::after{
    border: none!important;
    outline: none !important;
    box-shadow: none !important;
}

@media (max-width: 768px) {
    #header-title {
         width: 100% !important; 
    }
    .card {
        width: 100% !important;
        
    }
}