    .training-container-en {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;}
    .training-item-en {
        height: 146px;
        display: flex;
        background-color: white;
        transition: background-color .1s ease-in-out;
        width: 552px;}
    
    .training-item-en:hover{
        background-color: #234D89;}
    .training-item-en:hover .training-date-en{
        color: white;}
    .training-item-en:hover .training-title-en{
        color: white;}
    .training-item-en:hover .training-abstract-en{
        color: white;}
    .training-item-en:hover .training-img-en{
        color: white;
        transform: scale(1.035);}
    .training-img-en {
        aspect-ratio: 426 / 272;
        height: 100%;
        flex: 218;
        object-fit: cover;
        transform: scale(1);
        overflow: hidden;
        transition: transform 0.5s ease-in-out;}
    .training-content-en {
        flex: 247;
        padding: 12px 18px;}
    .training-title-en {
        font-size: 16px;
        font-weight: bold;
        transition: color .2s;}
    .training-abstract-en {
        font-size: 12px;
        color: #707070;
        margin-top: 16px;
        transition: color .2s;}
    .training-date-en {
        color: #CECECE;
        font-size: 10pt;
        transition: color .2s;}
