.LiveEventsBox{display:inline-flex;padding:18px;flex-direction:column;align-items:center;gap:12px;border-radius:18px;background:var(--background-fill);box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}.LiveEventsBox__live-events{opacity:.5}.TutorBox{display:inline-flex;padding:18px;align-items:flex-start;gap:12px;border-radius:18px;background:var(--background-fill);box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}.TutorBox__icon-box{width:48px;height:48px;flex-shrink:0;border-radius:12px;background:var(--brand-primary);display:flex;justify-content:center;align-items:center}.TutorBox__contentBlock{display:flex;flex-direction:column}.TutorBox__tutors{opacity:.5}.VideoCoursesBox{display:inline-flex;width:210px;height:94px;padding:18px;justify-content:flex-end;align-items:center;gap:24px;border-radius:18px;background:var(--background-fill);box-shadow:0 4px 20px 0 rgba(0,0,0,.15)}.VideoCoursesBox__icon-box{width:48px;height:48px;flex-shrink:0;border-radius:12px;background:var(--brand-primary);display:flex;justify-content:center;align-items:center}.VideoCoursesBox__contentBlock{display:flex;flex-direction:column}.VideoCoursesBox__video-courses{opacity:.5}