﻿.breadcrumb-section {
    background: linear-gradient(#C2DC44, #85B92D);
    padding: 20px 20px 40px 20px;
    color: #000;
    text-align: center;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: left;
    color: #000;
}

    .breadcrumb a {
        text-decoration: none;
        color: #007A5E;
        font-weight: 500;
    }

    .breadcrumb span {
        color: #393A4A;
    }

.page-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #111116;
}

.page-header p {
    margin-top: 10px;
    font-size: 16px;
    color: #272833;
}
