.breadcrumb {
    padding: 2rem 20px;
    background: #ff8c00;
    background: linear-gradient(240deg, rgba(255, 140, 0, 1) 0%, rgba(240, 0, 0, 1) 100%);
}

.breadcrumb .breadcrumb-content {
    max-width: 1200px;
    margin-inline: auto;
}

.breadcrumb .breadcrumb-content h1 {
    color: white;
}

.breadcrumb .breadcrumb-content h1 a {
    color: white;
    font-size: 2.5rem;
    font-weight: 500;
    text-decoration: underline;
}


.breadcrumb .breadcrumb-content p {
    color: white;
    font-weight: 500;
}


@media screen and (max-width:768px) {}

@media screen and (max-width:576px) {
    .breadcrumb .breadcrumb-content h1 {
        font-size: 1.5rem;
    }

    .breadcrumb .breadcrumb-content h1 a {
        font-size: 1.5rem;
    }

}