.trainings-list_show {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #005379;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-radius: 100px;
    color: #005379;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 40px;
    cursor: pointer;
}

.trainings-list_show:hover {
    background-color: #005379;
    color: #fff;
}