.learning {
    flex-direction: row;
    gap: 64px;
    background: #ffffff;

}

.learning-content-wrapper {
    flex-direction: row;
    gap: 64px;
}

.learning-copy,
.learning-media {
    flex: 1;
}

.learning-number {
    display: inline-flex;
    min-width: 58px;
    height: 38px;
    margin-bottom: 20px;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background: #22a0da;
    color: #ffffff;
    font-weight: 900;
}

.learning-title {
    margin: 8px 0 28px;
    color: #22a0da;
    font-family: "PT Serif", Georgia, serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 58px;
}

.learning-text {
    color: #4d5b6d;
    font-size: 19px;
    line-height: 26px;
    max-width: 500px;
}

.learning-strong {
    display: block;
    margin-top: 25px;
    color: #0d2e4f;
    font-size:  22px;
    line-height:  29px;
}

.learning-media {
    min-height: 420px;
    display: flex;
    align-items: center;
    margin: 0;
}

.learning-media img {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(8, 30, 55, 0.14);
    object-fit: cover;
}

@media (max-width: 1100px) {
    .learning-title {
        font-size: 44px;
        line-height: 50px;
    }
}

@media (max-width: 860px) {
    .learning-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
    }

    .learning-title {
        font-size: 34px;
        line-height: 38px;
    }

    .learning-media {
        width: 100%;
        min-height: auto;
    }

    .learning-strong {
        font-size: 20px;
        line-height: 27px;
    }
}
