.learning-journey {
  display: flex;
  align-items: center;
  justify-content: center;
}

.display-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.display-flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-align-justify {
  text-align: justify;
}

.font-weight-300 {
  font-weight: 300;
}

.founder-image {
  width: 450px;
  height: 600px;
  margin-top: 30px;
}

.play-store-btn {
  height: auto !important;
  width: 200px !important;
}

.font-size-40 {
  font-size: 37px !important;
}

.font-weight-bold {
  font-weight: bold;
  font-size: 18px;
}

.seller-icon {
  width: auto;
  height: 30px;
}

.course-info {
  max-width: 600px;
  font-family: "Inter", "Segoe UI", sans-serif;
}

.info-row {
  display: grid;
  grid-template-columns: 260px 20px auto;
  align-items: center;
  padding: 8px 0;
}

.label {
  font-weight: 500;
  color: #111;
}

.colon {
  text-align: center;
  font-weight: 600;
}

.value {
  font-weight: 600;
  color: #111;
}

.mb-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-top: 30px;
}

.admission-row {
  display: flex;
  flex-direction: column;
}

.text-bold {
  font-weight: bold !important;
  font-size: 20px !important;
}

.description-bottom-30{
  padding-bottom: 30px;
}

.two-color-gradient{
  /* background: linear-gradient(1turn, #f7e0ff, #b028e0); */
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.two-trainer{
  display: flex;
  border-radius: 50% !important;
  width: 177px;
  height: 177px;
}

.two-radius{
  border-radius: 50% !important;
}

.description-2{
  font-size: 18px;
  font-weight: 500;
}

.lgn-btn{
  background: #ab0ce4 !important;
  color: #ffffff !important;
}

.lgn-btn:hover{
  background: #4a00e0 !important;
  color: #ffffff !important;
}


