.section-freelessons-carousel {
  padding: 80px 0;
}
.section-freelessons-carousel h2 {
  text-align: center;
}
.section-freelessons-carousel .description {
  text-align: center;
  font-size: 21px;
  margin-bottom: 40px;
}
.section-freelessons-carousel .free-lessons-item-wrapper {
  position: relative;
  display: block;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item {
  position: relative;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 440px;
  margin-bottom: 20px;
  padding: 30px 0;
  border-radius: 25px;
  background-size: cover !important;
  z-index: 5;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-category {
  padding: 0 35px;
  text-transform: uppercase;
  color: #f0f0f0;
  margin-bottom: 3px;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-title {
  position: relative;
  display: block;
  z-index: 5;
  padding: 0 35px;
  width: 59%;
  line-height: 1.2;
  font-size: 32px;
  font-weight: 600;
  color: #28AD70;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-subtitle {
  font-size: 23px;
  font-weight: 300;
  max-width: 65%;
  text-align: left;
  padding: 0 35px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-author {
  position: relative;
  display: block;
  margin-bottom: 25px;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-author span {
  position: relative;
  background: #49B85D;
  padding-left: 35px;
  padding-right: 15px;
  color: #fff;
  font-size: 20px;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-author span:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  left: -100%;
  background: #49B85D;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-button {
  cursor: pointer;
  height: 53px;
  width: 280px;
  padding: 0;
  margin-left: 35px;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  border-radius: 50px;
  border: none !important;
  background: #d72570;
  background: -webkit-gradient(linear, left top, right top, from(#d72570), to(#f44d29));
  background: linear-gradient(to right, #d72570 0%, #f44d29 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d72570",endColorstr="#f44d29",GradientType=1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-button:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-freelessons-carousel .owl-dots {
  margin-bottom: -55px;
}

@media screen and (max-width: 768px) {
  .section-freelessons-carousel {
    padding: 50px 0;
  }
  .section-freelessons-carousel h2 {
    font-size: 32px;
  }
  .section-freelessons-carousel .description {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item {
    min-height: auto !important;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-category {
    font-size: 14px;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-title {
    width: 100%;
    font-size: 24px;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-subtitle {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-author {
    margin-bottom: 40px;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-author span {
    font-size: 14px;
  }
  .section-freelessons-carousel .free-lessons-item-wrapper .free-lessons-item .item-button {
    width: 90%;
    margin: 0 auto;
  }
}