.main_title {
    font-size: 24px;
    font-weight: 400;
}
@media (min-width: 765px) {
    .main_title {
        font-size: 34px;
        font-weight: 400;
    }
}
@media (min-width: 966px) {
    .main_title {
        font-size: 42px;
        font-weight: 400;
    }
}
.breadcrumb-item + .breadcrumb-item::before {
    content: '>'; /* Change separator from default "/" to ">" */
    color: rgba(255, 255, 255, 0.75); /* Lighter color for the separator */
}
.contact_us_btn{
    width:18%;background-color:#E42527;
}
@media (max-width:966px){
    .contact_us_btn{
        width:28%;background-color:#E42527;
    }
}