.trial-lesson{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.trial-lesson__image{
    max-width: 720px;
}

.trial-lesson__list , .trial-lesson__text{
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
}

.trial-lesson__item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.trial-lesson__text, .trial-lesson__btn{
    margin-top: 45px;
}
.trial-lesson__list {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.trial-lesson__btn{
    max-width: 350px !important;
    font-family: Wix Madefor Display;
    letter-spacing: 0%;
}

.trial-lesson__list li::before {
    content: "";
    background-color: #093EB4;
    background-image: url(../images/icon/check_wh.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.trial-lesson__content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}