.training .trainingCard {
    transition: 0.5s;
}

.training .trainingCard:hover {
    transform: scale(1.2);
}

.training .trainingCard .image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 200px;
}

.training .trainingCard .title {
    text-align: center;
    font-family: LatoBlack;
    font-size: 20px;
    text-transform: uppercase;
}

.colorManagement {
    color: #2e4c9c;
}

.colorGovernance {
    color: #3ca236;
}

.colorFinancial {
    color: #008397;
}

.colorLobby {
    color: #b21917;
}

.colorBusiness {
    color: #eb5f0a;
}

.training h2 {
    text-align: center;
    font-family: LatoBlack;
    font-size: 18px;
    text-transform: uppercase;
}

h3 {
    font-family: Signika;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
}

h4 {
    font-family: Signika;
    font-size: 22px;
    color: #164194;
    padding: 0;
    margin: 0;
}

.document {
    font-size: 45px;
    color: rgba(0, 0, 0, 0.8);
}

.card-header {
    background-color: #FFF !important;
    border: none;
}

.card {
    border: none;
}

.backManagement {
    background-color: #2e4c9c;
}

.backGovernance {
    background-color: #3ca236;
}

.backFinancial {
    background-color: #008397;
}

.backLobby {
    background-color: #b21917;
}

.backBusiness {
    background-color: #eb5f0a;
}
