.title-block{
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.title-block span{
    font-weight: bold;
    font-size: 15px;
}

.title-block h2{
    font-size: 28px;
}

.title-block p{
    font-size: 15px;
}

.breadCrumb{
    margin-top: 20px;
}

@media (max-width:767px){
    h1{
        font-size:30px!important
    }
    h1,h2{
        font-size:25px!important
    }
}



::-webkit-scrollbar{
    width: 10px;
}

::-webkit-scrollbar-thumb{
    background-color: gray;
    height: 150px;
}

::-webkit-scrollbar-track{
    background-color: rgb(199, 198, 198);
}

header nav:first-of-type a{
    font-weight:500;
    font-size: 14px;
}


