

.en-course .en-course-box {
      border: 3px solid #000000;
      border-radius: 20px;
      overflow: hidden;
      max-width: 1100px;
      margin: auto;
      background: #fff;
	  margin-bottom:30px;
	  text-align:justify;
    }

    .en-course .course-flex {
      display: flex;
      flex-direction: column;
    }

    @media (min-width: 768px) {
      .en-course .course-flex {
        flex-direction: row;
        align-items: stretch;
      }

    }

    .en-course .image-section,
    .en-course .text-section {
      flex: 1;
    }
    .en-course h3 {
    margin-top: 0px !important;
    line-height: 1.7;
    font-size: 18px;
    }
    .en-course h2 {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
    line-height: 1.7;
}

    .en-course .image-section {
      display: flex;
    }

    .en-course .image-wrapper {
      width: 100%;
      flex: 1;
    }

    .en-course .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .en-course .text-section {
      padding: 1rem;
      display: flex;
      flex-direction: column;
      justify-content: center;

    }

    .en-course .price {
      color: #00aa00;
      font-weight: bold;
      font-size: 1.5rem;
      text-align: center;
      margin-top: 1rem;
    }

    .en-course .btn-signup {
      width: 100%;
      background-color: #28a745;
      color: #fff;
      font-weight: bold;
      font-size: 1.2rem;
      padding: 0.75rem 1rem;
      border: none;
      border-radius: 10px;
      margin-top: 0.5rem;
      transition: background-color 0.3s ease;
      text-align: center;
      text-decoration: none;
    }

    .en-course .btn-signup:hover {
      background-color: #218838;
      color: #fff;
    }

    .en-course ul {
      padding-right: 1.2rem;
    }

    @media (max-width: 767.98px) {
      .en-course .image-wrapper img {
        height: auto;
      }
    .en-course .en-course-box {
	  text-align:center !important;
    }
    .en-course .en-course-box ul {
	  text-align:justify !important;
    }
    .en-course .en-course-box p {
	  text-align:justify !important;
    }
    }






.en-course.mobile-style .course-flex {
  flex-direction: column !important;
}

.en-course.mobile-style .image-wrapper img {
  height: auto !important;
}

.en-course.mobile-style .en-course-box {
  text-align: center !important;
}

.en-course.mobile-style .en-course-box ul,
.en-course.mobile-style .en-course-box p {
  text-align: justify !important;
}
