.elementor-5331 .elementor-element.elementor-element-2fa527a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:110px;--padding-left:0px;--padding-right:0px;}.elementor-5331 .elementor-element.elementor-element-2fa527a:not(.elementor-motion-effects-element-type-background), .elementor-5331 .elementor-element.elementor-element-2fa527a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-83f6b50 );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-5331 .elementor-element.elementor-element-2fa527a{--padding-top:0px;--padding-bottom:64px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b1aa292 */.lesson-section {
  color: #ffffff;
}

.lesson-section .lesson-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px;
}

.lesson-section .lesson {
  position: relative;
}

.lesson-section .lesson-title {
  margin-top: 0;
  color: #ffffff;
}

.lesson-section .lesson-description {

  margin-bottom: 1rem;
}

.lesson-section .lesson-link {
    display: inline-flex;
    color: #ECC31F;
    text-decoration: none;
    font-family: 'Poppins';
    font-weight: 500;
}

.lesson-section .lesson-link::after {
    content: url(/wp-content/uploads/2025/04/Vector-1.png);
    margin-left: 10px;
    padding-top: 2px;
}

.lesson-section .lesson-time {
  display: block;
  margin-bottom: 20px;
  color: #90a4ae;
  font-size: 0.9rem;
}

.lesson-section .featured {
  grid-column: 1 / -1;
}


.lesson-section .lesson-badge {
    background-color: #FC5130;
    color: #fff;
    font-size: 16px;
    padding: .3rem .6rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
    font-family: "Red Hat Display", sans-serif;
}

.lesson-grid, .overlayImg .btmText {
    font-family: "Red Hat Display", sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF !important;
}

.lesson-section .featured {
    padding-block: 70px;
    border-block: 1px solid #476479;
}

.featured-lessons-wrap {
    padding-left: 30px;
    border-left: 6px solid #fc5130;
}

.featured-lessons-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.excerpt-content-wrap {
    max-width: 70%;
}
.h-content-wrap {
    min-width: 30%;
}

.lesson.lesson-box {
    padding-left: 30px;
    border-left: 6px solid #2A4151;
    padding-block: 20px;
}

/* Responsive grid */
@media (min-width: 768px) {
  .lesson-section .lesson-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lesson-section .featured {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .lesson-section .lesson-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */