

/*Увеличение шрифта*/
.block-set {
  font-size: 16px;}

/*Адаптация картинок для телефона*/
@media (max-width:620px) {
  .image-box img {
    width: 90%;
}
}

/*Оформление названия курса*/
.lesson-header-block {
/*background: rgb(169,52,254)!important;
background: linear-gradient(90deg, rgba(169,52,254,1) 35%, rgba(103,86,190,1) 100%)!important;*/
  background:#E3C194!important;

border-radius: 10px;
color: white;
}

.lesson-header-block h2 {
  font-size:50px;
}
.lesson-navigation td:nth-of-type(1) a:before {
    content: "↞ Назад";
  color:white;
  font-size: 14px!important
}

.lesson-navigation td:nth-of-type(3) a:before {
    content: "Вперед ↠";
  color:white;
  font-size: 14px!important
}
.lesson-navigation td a {
  text-decoration:none;
  font-size: 0!important;
}
@media (max-width:620px){
    .lesson-header-block h2 {
  font-size:25px;
    }}




