.get_course_section {
  position: relative;
  padding-block: 84px; }
  .get_course_section:after {
    content: '';
    background: linear-gradient(270.02deg, rgba(0, 24, 6, 0.1) -26.39%, #001806 99.98%);
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 575px) {
      .get_course_section:after {
        background: linear-gradient(270.02deg, rgba(0, 24, 6, 0.1) -26.39%, rgba(0, 24, 6, 0.5) 99.98%); } }
  .get_course_section .container,
  .get_course_section .container-xxl {
    position: relative;
    z-index: 1; }

@media screen and (max-width: 575px) {
  .get_course_section.get_course_section:after {
    background: linear-gradient(269.82deg, rgba(0, 24, 6, 0.3) 0.14%, rgba(0, 24, 6, 0.85) 99.84%); } }

.section_overlay {
  background: linear-gradient(270.02deg, rgba(0, 24, 6, 0.1) -26.39%, #001806 99.98%);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.get_course_title {
  padding-left: 80px;
  padding-top: 80px;
  position: relative; }
  @media screen and (max-width: 1440px) {
    .get_course_title {
      padding-left: 60px;
      padding-top: 60px; } }
  @media screen and (max-width: 992px) {
    .get_course_title {
      padding-left: 0;
      padding-top: 80px;
      padding-right: 0px;
      text-align: center; } }
  .get_course_title h3 {
    margin-bottom: 25px; }

.get_course_img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 187px;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .get_course_img {
      max-width: 89px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
