.tr-free-learning {
    width: 100%;
    padding: 70px 20px;
    background: #ffffff;
    direction: rtl;
}

.tr-free-learning * {
    box-sizing: border-box;
}

.tr-free-learning__container {
    max-width: 1180px;
    margin: 0 auto;
}

.tr-free-learning__box {
    background: #fff1ee;
    border-radius: 32px;
    padding: 56px 40px;
    text-align: center;
}

.tr-free-learning__title {
    margin: 0 0 16px;
    color: #383838;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 800;
    line-height: 1.5;
}

.tr-free-learning__subtitle {
    margin: 0 auto;
    max-width: 760px;
    color: #383838;
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
}

.tr-free-learning__actions {
    margin-top: 28px;
}

.tr-free-learning__button,
.tr-free-learning__button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 16px;
    background: #e4714f;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.2s ease;
}

.tr-free-learning__button:hover,
.tr-free-learning__button:focus {
    background: #d86443;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .tr-free-learning {
        padding: 50px 16px;
    }

    .tr-free-learning__box {
        padding: 38px 22px;
        border-radius: 24px;
    }

    .tr-free-learning__title {
        font-size: 26px;
        line-height: 1.6;
    }

    .tr-free-learning__subtitle {
        font-size: 15px;
        line-height: 1.9;
    }

    .tr-free-learning__button,
    .tr-free-learning__button:visited {
        width: 100%;
        min-width: 100%;
    }
}
