.img-back-course {
  width: 100%;
  height: 505px;
  /*background-image: url("../images/nueva_york.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.course_img_container {
  padding: 0px;
}
.course-description {
  width: 478px;
  position: absolute;
  z-index: 95;
  top: 90px;
  left: 50%;
  background-color: rgba(255, 255, 255, 1);
  border: 10px solid;
  padding: 0px 30px 10px 30px;
}
.course-description-subcourses {
  text-align: center;
  width: 478px;
  position: absolute;
  z-index: 95;
  top: 90px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 30px 10px 30px;
}

/*colores de bordes para las categorias*/
.course-description_city {
  /*border: 10px solid #fdf1c4; amarillo*/
  border: 10px solid #ffdc5e;
}

.course_entryButton_city {
  background-color: #ffdc5e; /*amarillo*/
}
.course-description_marketing {
  border: 10px solid #ff6766; /*rojo*/
}
.course_entryButton_marketing {
  background-color: #ff6766; /*rojo*/
  color: white;
}
.course-description_tui-quality {
  border: 10px solid #092b5d; /*azul*/
}
.course_entryButton_tui-quality {
  background-color: #092b5d; /*azul*/
  color: white;
}
.course-description_country {
  border: 10px solid #c3ddf3; /*azul*/
}

.course-stamp_country {
  border: 10px solid #c3ddf3; /*azul*/
}
.course_entryButton_country {
  background-color: #c3ddf3; /*azul*/
}

.course-description_client {
  border: 10px solid #c3ddf3;
}
.course_entryButton_client {
  background-color: #c3ddf3; /*azul*/
}

.course-description_product {
  border: 10px solid #f4b6fa; /*rosa*/
}
.course_entryButton_product {
  background-color: #f4b6fa; /*rosa*/
}
.box-with-tag {
  width: fit-content;
  width: -moz-fit-content;
  height: 60px;
  position: absolute;
  z-index: 97;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/tab_white_page.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-top: -55px;
}

.box-with-tag p {
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 25px;
}

.costa_rica_stamp_border_black {
  width: 140px;
  height: 140px;
  border: 2px solid black;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  right: -90px;
  background-color: transparent;
}
.costa_rica_stamp_text {
  text-transform: uppercase;
  font-weight: 300;
  width: 140px;
  height: 140px;
  /*border: 8px solid cyan;*/
  border-radius: 100%;
  text-align: center;
  padding: 15px;
  position: absolute;
  top: 10px;
  right: -90px;
  /*background-color: white;*/
  font-size: 16px;
  background-color: #ff6a00;
  color: #ffffff;
  border: 10px solid #bcdd36;
}
.logos_costarica img {
  height: 120px;
  margin: 0px 20px;
}
.logos_costarica.mobile {
  display: none;
}

.logos_mauritius img {
  height: 120px;
  margin: 0px 20px;
  margin-top: -15px;
  margin-bottom: -25px;
}
.logos_mauritius.mobile {
  display: none;
}

.category-title-course {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -30px;
  text-transform: uppercase;
  font-size: large;
  width: 100%;
}
.category-title-course span {
  background-color: #ffffff;
  border: 2px solid black;
  padding: 3px 10px;
}

.course-titles {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.course-title-course {
  font-size: 65px;
  line-height: 65px;
}
.course-duration-course,
.course-date-course {
  font-size: 15px;
  line-height: 15px;
}

.course-foot {
  position: relative;
}

.level-table {
  width: 90%;
  text-align: center;
  margin: 0px;
}

.header-level-table {
  color: #000000;
  background-color: #cbcbcb;
  border-right-style: solid;
  /*border-right-color: #ffffff;*/
  border-width: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
}
.column-level {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}
.column-level.left {
  border-right: 1px solid black;
}

.content_bottom {
  padding: 5px;
}
.content_bottom .access_type {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
}
.access_type_box {
  margin-top: 10px;
}
.level-table .level img {
  width: 4vw;
}
.level-table .access img {
  width: 9vw;
}

.num-lessons {
  font-size: 80px;
  line-height: 65px;
  font-weight: 200;
}

.button-join {
  text-transform: uppercase;
  font-size: 20px;
  text-align: right;
  position: absolute;
  bottom: 30px;
  right: 0px;
  text-align: center;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  padding: 0px 5px;
}
.button-join.newsletter {
  text-transform: uppercase;
  position: initial;
  font-size: 25px;
  text-align: right;
  bottom: auto;
  right: auto;
  text-align: center;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  padding: 0px 5px;
}

.coming_soon {
  text-transform: uppercase;
  text-align: center;
  padding: 0px 10px;
  position: initial;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}

/*.join-course{
	background-color: #ffdc5e !important;
	border-radius: 0;
	border:0;

}*/

.all-related-courses {
  position: relative;
  margin: 50px 0px 0px 0px;
  border-top-style: solid;
  border-width: thin;
  border-bottom-style: solid;
}
.all-related-courses.subcourses {
  margin: 0px 0px 0px 0px;
}

.all-related-courses-title p {
  width: max-content;
  padding: 5px 30px;
  background-color: #dbdbdb;
  font-size: 20px;
  margin: 0;
  color: black;
}
.related-course {
  /*    border-right: solid 1px;
    border-color: #b1b1b1;*/
  text-align: center;
  padding: 10px 0px;
  position: relative;
}

.related-course .line_separator {
  width: 1px;
  height: 145px;
  background-color: #000000;
  position: absolute;
  right: 20px;
  top: 10px;
}

.related-course-img {
  height: 145px;
  background-repeat: no-repeat;
  background-size: cover;
}

.related-course-data {
  text-align: center;
  padding: 5px 50px 0px 0px;
}
.related-course-data-container {
  min-height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-course-title {
  font-size: 35px;
  line-height: 30px;
}

.related-course-duration {
  font-size: 15px;
  line-height: 15px;
  margin-top: 8px;
  font-weight: 200;
}
.course_join_landing {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  height: 110px;
  width: 125px;
}
.course_join_landing_newsletter {
  text-align: center;
  text-transform: uppercase;
  height: 55px;
  width: 100%;
}
.related-course-join {
  text-transform: uppercase;
  text-align: center;
  padding: 0px 10px;
  position: initial;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}
.related-course-join .button-join {
  position: initial;
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
}

.course-text-description {
  text-align: justify;
  overflow: hidden;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: -20px;
  font-size: 15px;
  line-height: 15px;
  /*height: 190px;*/
  font-weight: 300;
}

.course-text-description {
  text-align: center;
  overflow: hidden;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: -20px;
  font-size: 15px;
  line-height: 15px;
  /*height: 190px;*/
  font-weight: 300;
}

.course-text-description-newsletter {
  text-align: justify;
  overflow: hidden;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: -20px;
  font-size: 19px;
  line-height: 25px;
  /*height: 190px;*/
  font-weight: 300;
}

.course-text-description:hover {
  /*overlay lo pone por encima sin modificar el ancho del div*/
  overflow-y: overlay;
}

.course-text-description::-webkit-scrollbar {
  width: 12px;
}

.course-text-description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.course-text-description::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Módulo de BoxWithAccordion */
.boxWithAccordion
  .cards_boxes_container
  .letter-box-container:hover
  .letter-box {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*Efecto de moviento del número en los acordeones del Ranking*/
.boxRanking .panel-heading a[aria-expanded="true"] .bgAriaExpanded {
  width: 100% !important;
}
.boxRanking .panel-heading a[aria-expanded="true"] h4 {
  padding: 20px 63px 18px 0 !important;
}

/*Estilo para el carrusel*/
.carrusel .swiper-container {
  /* overflow: inherit; */
}
.carrusel .swiper-pagination {
  display: none !important;
}

.carrusel-wider {
  margin: 40px -25% !important;
}
.carrusel-wider .swiper-next,
.carrusel-wider .swiper-prev {
  display: none !important;
}
.carrusel-wider .swiper-pagination {
  display: block !important;
}

.carrusel-wider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 4px;
  box-shadow: none;
}

.carrusel .swiper-container .swiper-wrapper {
  /* overflow: hidden; */
}

.carrusel .swiper-container .swiper-wrapper {
  flex-direction: row;
  flex-flow: row;
  background: #d4edfb;
  height: auto;
}

.carrusel-wider .swiper-container .swiper-wrapper {
  max-height: 800px;
  background: none;
  padding: 0;
}

.carrusel .swiper-container .swiper-wrapper .slideContent {
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
}
.carrusel .swiper-container .swiper-wrapper .slideContent .caption {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}
.carrusel .swiper-container .swiper-wrapper .slideContent img {
  width: 100% !important;
}
.carrusel .swiper-container .swiper-wrapper .slideContent .caption + img {
  width: auto !important;
}

.carrusel-wider .swiper-container .swiper-wrapper .slideContent {
  height: 800px !important;
}

.carrusel-wider .swiper-prev,
.carrusel-wider .swiper-next {
  display: none;
}

.carrusel .swiper-button-prev,
.carrusel .swiper-button-prev {
  display: none;
}

.carrusel .swiper-prev {
  left: -50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  cursor: pointer;
}
.carrusel .swiper-prev::before {
  content: "\e904";
  font-family: "icons";
  border: none;
  background: #e33b12;
  border-radius: 50%;
  padding: 9px;
  font-size: 18px;
  margin-left: 0px;
  color: #ffffff;
}
.carrusel .swiper-next {
  right: -50px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 36px;
  cursor: pointer;
}
.carrusel .swiper-next::before {
  content: "\e905";
  font-family: "icons";
  border: none;
  background: #e33b12;
  border-radius: 50%;
  padding: 9px;
  font-size: 18px;
  margin-right: 0px;
  color: #ffffff;
}

.swiper-prev,
.swiper-next {
  opacity: 1;
  cursor: pointer;
}
.swiper-prev.disabled,
.swiper-next.disabled {
  opacity: 0.4 !important;
  pointer-events: none;
  cursor: default;
}

.swiper-container .slideContent .caption .caption-p {
  width: 100%;
}
.swiper-container .slideContent iframe {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  border: 0;
}

@media (max-width: 767px) {
  .carrusel-wider .swiper-container .swiper-wrapper .slideContent {
    height: 280px !important;
  }
  .lesson_box_container .heading .heading {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .carrusel .swiper-container .swiper-next,
  .carrusel .swiper-container .swiper-next {
    display: block;
  }
  .carrusel .swiper-container .slider-wrapper .slideContent {
    padding: 0px;
    background: none;
  }
}

/*Thumbnails del carrusel se ocultan en móvil*/

.carrusel .swiper-container .thumbs-wrapper {
  display: none;
}

/**Estilos para el slider en móvil de Cuadriculas de Iconos/Imagenes con texto **/
.gridIconAndTextSlider .swiper-pagination {
  bottom: 0px;
  background: #ffffff;
}

/***Estilos para el Drag & Drop ***/
.panelImage.ui-draggable-dragging {
  background: none !important;
}

.panelImage.ui-draggable-dragging .posts {
  transform: scale(0.45);
}
.correct {
  animation-name: correctBounce;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.21s;
}
.fail {
  animation-name: failVibration;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.21s;
}

.correctAnswer {
  background: #ffffff;
  border-color: #e13d21 !important;
  transition: all ease-in-out 0.1s;
}
.correctAnswer i {
  color: #e13d21 !important;
}
.correctAnswer .texto {
  color: #ffffff !important;
}

.wrongAnswer {
  background: #ffffff;
  border-color: #213057 !important;
  transition: all ease-in-out 0.3s;
}
.wrongAnswer .texto {
  color: #ffffff !important;
}
.wrongAnswer i {
  color: #213057 !important;
}

/** Ajustes para el body cuando el modal está abierto **/
.no-scrollable {
  overflow: hidden;
}

@keyframes failVibration {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

@keyframes correctBounce {
  from,
  15%,
  30%,
  45%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  15% {
    transform: scale3d(0.6, 0.6, 0.6);
  }

  30% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  45% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}



/********************/
/*natalia 17/05/2018 nuevos componentes de landing*/
.logo-and-list-with-video,
.lessons-boxes-scroll,
.image-full-width-with-button {
  width: 100%;
  margin: 50px 0px;
  position: relative;
}

.logo-list-container .logo {
  text-align: center;
  width: 100%;
}
.logo-list-container .logo img {
  width: 50%;
}

.logo-list-container .list .title-list {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  margin: 30px 0px;
}
.logo-list-container .list .text-list {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
.video-container {
  text-align: right;
}

.video-container iframe {
  width: 100%;
}

.lessons-boxes-scroll {
  padding-bottom: 30px;
  max-width: 1170px;
  overflow-x: auto;
  overflow-y: hidden;
}

.lessons-boxes .title {
  text-align: center;
  font-size: 36px;
}
.lessons-boxes .separator {
  width: 40px;
  height: 2px;
  background-color: black;
  margin: 15px auto;
}

.lessons-boxes-scroll .lessons-container {
  margin-top: 30px;
  white-space: nowrap;
}

.lessons-boxes-scroll .lesson-box {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  white-space: normal;
  margin: 0px 15px;
}
.lessons-boxes-scroll .lesson-box .lesson-number {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin: 15px;
}
.lessons-boxes-scroll .lesson-box .lesson-description {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  margin: 0px 30px;
}
.lessons-boxes-scroll .lesson-box .lesson-image {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.lessons-boxes-scroll .clear {
  clear: both;
}

.image-full-width-with-button .image-full-width {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.image-full-width-with-button .text-over-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  padding: 0 25%;
  text-align: center;
  color: white;
  font-weight: bolder;
}
/*******************/

/*superlarge*/
@media (min-width: 1200px) {
}
/*large*/
@media (min-width: 1200px) and (max-width: 1899px) {
}

/*Tablet*/
/*@media (min-width:1024px) and (max-width:1199px){*/

@media (max-width: 1199px) {
  .course_join_landing {
    height: 8vw;
    width: 12vw;
  }
  .course_join_landing_newsletter {
    height: 12vw;
    width: 100%;
  }
  .costa_rica_stamp_text,
  .costa_rica_stamp_border_black {
    top: -20px;
    right: -30px;
  }
  .course-title-course {
    font-size: 6vw;
    line-height: 6vw;
  }
  .course-description {
    width: 46vw;
    left: 50vw;
    padding: 0px 3vw 1vw 3vw;
    top: 6vw;
  }
  .course-description-subcourses {
    width: 46vw;
    left: 50vw;
    padding: 0px 3vw 1vw 3vw;
    top: 6vw;
  }
  .header-level-table {
    font-size: 1.5vw;
  }
  .num-lessons {
    font-size: 8vw;
    line-height: 7vw;
  }
  .img-back-course {
    height: 48vw;
  }
  .course-text-description {
    font-size: 1.5vw;
    line-height: 1.5vw;
    height: 20vw;
  }
  .course-text-description.costa_rica_description {
    height: auto;
  }
  .costa_rica_stamp_text {
    width: 130px;
    height: 130px;
    padding: 10px;
  }
  .costa_rica_stamp_border_black {
    width: 130px;
    height: 130px;
  }
  .content_bottom .access_type {
    font-size: 2vw;
    line-height: 2vw;
  }
  .course-duration-course,
  .course-date-course {
    font-size: 1.8vw;
    line-height: 1.8vw;
  }
  .button-join {
    font-size: 1.6vw;
  }
}

/*Tablet
@media (min-width:768px) and (max-width:1023px){*/
@media (max-width: 1024px) {
  .costa_rica_stamp_text,
  .costa_rica_stamp_border_black {
    width: 110px;
    height: 110px;
    font-size: 14px;
    padding: 5px;
  }
  .logos_costarica.desktop img {
    height: 10vw;
    margin: 0px 2vw;
  }
  .logos_mauritius.desktop img {
    height: 10vw;
    margin: -15px 2vw -70px;
  }
  .related-course-data {
    padding-top: 0px;
  }
  .related-course-img {
    height: 14vw;
  }
  .related-course-title {
    font-size: 3vw;
    line-height: 3vw;
  }
  .related-course-duration {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }
  .related-course .line_separator {
    height: 14vw;
  }
  .all-related-courses {
    margin-top: 10vw;
  }
  .related-course-title {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }
  .carrusel-wider {
    margin: 40px -15% !important;
  }
}

@media (min-width: 768px) and (max-width: 850px) {
  .lessons-boxes-scroll .lesson-box {
    width: 350px;
  }
  .lessons-boxes-scroll .lesson-box .lesson-image {
    height: 200px;
  }
  .video-container {
    text-align: center;
  }

  .related_image {
    padding-top: 2vw;
  }
  .related-course .line_separator {
    height: 18vw;
  }
}

/*Tablet
@media (min-width:455px) and (max-width:767px){*/
@media (max-width: 767px) {
  .image-full-width-with-button .text-over-image {
    font-size: 30px;
  }
  .lessons-boxes-scroll .lesson-box {
    width: 350px;
  }
  .lessons-boxes-scroll .lesson-box .lesson-image {
    height: 200px;
  }
  .video-container {
    text-align: center;
  }
  .course_join_landing {
    height: 55px;
    width: 30vw;
  }
  .course_join_landing_newsletter {
    height: 110px;
    width: 100%;
  }
  .costa_rica_stamp_text,
  .costa_rica_stamp_border_black {
    top: -90px;
    right: 15px;
  }
  .logos_costarica.mobile {
    display: block;
    text-align: center;
  }
  .logos_costarica.mobile img {
    height: 15vw;
    margin: 0px 2vw 5vw 2vw;
  }
  .logos_costarica.desktop {
    display: none;
  }
  .logos_mauritius.mobile {
    display: block;
    text-align: center;
  }
  .logos_mauritius.mobile img {
    height: auto;
    width: 75vw;
    max-width: 300px;
    margin: 0px 2vw 5vw 2vw;
  }
  .logos_mauritius.desktop {
    display: none;
  }
  .img-back-course {
    height: 60vw;
    background-position: left center;
    margin-top: 45px;
  }
  .course_img_container {
    margin-top: -20px;
  }
  .course-description {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-top: -30px;
  }
  .course-description-subcourses {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .course-title-course {
    font-size: 45px;
    line-height: 50px;
    margin: 15px;
  }
  .course-duration-course,
  .course-date-course {
    font-size: 20px;
    line-height: 20px;
  }
  .course-text-description {
    font-size: 16px;
    line-height: 16px;
    margin-top: 10px;
    height: auto;
  }
  .button-join {
    font-size: 16px;
  }

  .num-lessons {
    font-size: 60px;
    line-height: 50px;
  }
  .content_bottom .access_type {
    font-size: 20px;
    line-height: 20px;
  }
  .header-level-table {
    font-size: 15px;
  }

  .related-course-img {
    height: 50vw;
    width: 70vw;
    margin: auto;
  }
  .related-course .line_separator {
    display: none;
  }
  .related-course-data {
    padding: 0px;
  }
  .related-course-title {
    font-size: 8vw;
    line-height: 8vw;
    margin-top: 10px;
  }
  .related-course-duration {
    font-size: 3vw;
    line-height: 3vw;
  }
  .related-course-join {
    font-size: 15px;
    padding: 0px 10px;
  }
  .related-course {
    border-bottom: none;
  }
  .foot-search-middle.with_login {
    display: none;
  }
  .all-related-courses {
    border-top-style: none;

    border-bottom-style: none;
  }
  .all-related-courses-title {
    text-align: center;
  }
  .all-related-courses-title p {
    width: 100%;
  }
  .box-with-tag {
    display: none;
  }
  .carrusel-wider {
    margin: 40px -3% !important;
  }

  .carrusel-wider
    .swiper-container.swiper-container-slider
    .slider-wrapper
    .slider
    .slide
    .slideContent {
    max-height: 300px !important;
  }
}
/*Phone*/
@media (max-width: 454px) {
  .logo-list-container .list .title-list {
    font-size: 28px;
    line-height: 28px;
    margin: 15px 0px;
  }
  .image-full-width-with-button .text-over-image {
    font-size: 20px;
  }
  .lessons-boxes-scroll .lesson-box {
    width: 200px;
  }
  .lessons-boxes-scroll .lesson-box .lesson-image {
    height: 150px;
  }
  .lessons-boxes-scroll .lesson-box .lesson-number {
    font-size: 18px;

    margin: 10px;
  }
  .lessons-boxes-scroll .lesson-box .lesson-description {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 5px;
  }

  .related-course-title {
    font-size: 30px;
    line-height: 30px;
  }
  .related-course-duration {
    font-size: 18px;
    line-height: 18px;
  }
}
