#training h5 {
    font-size: 28px;
    font-weight: 700;
    color: #52565e;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}


#training h5:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #3e7035;
    left: 0;
    bottom: 0;
}


#training .item {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 25px;
}


#training .item p {
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    color: #364d59;
}


