/*your custom css goes here*/

.display-4{
    font-size:1.3rem !important;
    
}

.lh-1 p span{
    color:#FFF !important;
}

.large-arrow .slick-arrow{
    height: 40px !important;
    width: 40px !important;
}

@media(max-width: 767px) {
    .md_color{
        color:#e40050;
    }
}