

.justify-text {
    text-align: justify;
}

.badge-section {
    text-align: center;
    margin-top: 20px;
}

.badge-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.badge {
    background-color: #343a40;
    color: #fff;
    padding: 8px 16px;
    font-size: 0.9rem;
    border-radius: 20px;
    font-weight: bold;
}

.badge-section h3 {
    margin-bottom: 20px;
}

.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

