h1,h2,h3,h4,h5,h6{
    text-transform: none;
}
.custom-hero-font-1{
    font-size: clamp(28px, 0px + 5.83333vw, 68px);   
}
.custom-hero-heading strong{
    font-family: "Prompt",sans-serif;
    font-weight: 600;
    text-transform:none;
}
.breadcrumb > li{
    text-transform: none;
}
#header .header-logo{
    margin:0;
}
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a{
        text-transform: none;
    }
}
@media (max-width: 425px) {
    #header .header-logo img{
        width:180px;
        height:50px;
    }
}

@media (max-width: 320px) {
    #header .header-logo img{
        width:125px;
        height:33px;
    }
}