.training-box {
    font-family: 'Poppins', sans-serif;
    border: 1px solid #EA5104;
    max-width: 900px;
    margin-bottom: 30px;
    
}

.training-header {
    background-color: #1c325e;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
}

.training-title {
    font-size: 18px;
    font-weight: 600;
}
.training-col p {
    font-size: 14px;
}
.training-link {
    color: #ea5104;
    text-decoration: underline;
    font-weight: 400;
}

.training-content {
    background-color: #f7f9fc;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.training-col {
    width: 48%;
}


.training-col span {
    color: #1c325e;
    font-weight: 600;
}

.training-col p {
    color: #ea5104;
}

.training-registration {
    margin-top: 20px;
    border-left: 4px solid #EA5104;
    font-weight: 600;
    font-size: 16px;
    color: #1c325e;
    background-color: #f7f9fc;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.training-pagination {
    text-align: center;
}
.training-header a {
    font-size: 14px;
    text-decoration: underline !important;
}