.section-title {
    color: #003366;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
}

.section-title-bar {
    width: 120px;
    height: 4px;
    background: #ffcc00;
    margin: 0 auto 1rem auto;
}

.branch-card {
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    border: 1px solid #ffcc00
}

.branch-card .card-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #003366;
}

.branch-card .btn-location {
    background: #ffcc00;
    color: #003366;
    font-weight: bold;
    border: none;
    font-size: 14px;
}

.branch-card .btn-location:hover {
    background: #ffcc00;
    color: #003366;
    font-size: 14px;
}

.branch-info-icon {
    color: #003366;
    margin-right: 8px;
}