.training-whats-included__title {
    margin-bottom: 1em;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}

.traning-whats-included__list {
    padding-left: 0;
    list-style: none;
}

.training-whats-included__item {
    display: flex;
    margin-bottom: 1em;
    line-height: 1.5;
}

.training-whats-included__icon {
    width: 1em;
    height: 1em;
    margin-right: 1em;
    flex-shrink: 0;
    color: #00898d;
    fill: currentColor;
}

.training-whats-included__price {
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
}

.training-whats-included__button {
    margin-top: 2em;
    margin-bottom: 2em;
}

.training-svg {
    display: none;
    width: 300px;
    margin-top: -120px;
    fill: currentColor;
    color: #00898d;
}

@media (min-width: 992px) {
    .training-whats-included {
        display: flex;
        align-items: center;
    }

    .training-whats-included__inner {
        /*width: 66.666666667%;*/
        width: 100%;
        flex-shrink: 0;
        padding-right: 15px;
    }

    .training-whats-included__title,
    .training-whats-included__price {
        font-size: 30px;
    }

    .training-whats-included__image {
        width: 33.333333333%;
    }

    .training-svg {
        display: block;
    }
}
