.course-experience {
  padding: 6.4rem 0;
  background: #fff;
}

.course-experience__title {
  margin: 0 0 4rem;
  font-size: 4.2rem;
  line-height: 1.2;
}

.course-experience__card {
  height: 100%;
  padding: 2.4rem;
  text-align: center;
  background: var(--surface-20, #F2F6FD);
  border-radius: 24px;
}

.course-experience__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 1.6rem;
  border-radius: 0;
  background: transparent;
}

.course-experience__icon img {
  display: block;
  width: 48px;
  height: 48px;
}

.course-experience__feather {
  display: block;
  width: 48px;
  height: 48px;
  stroke: var(--primary-50, #0088FF);
  color: var(--primary-50, #0088FF);
  stroke-width: 1.5px;
  fill: none;
}

.course-experience__icon--plain {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
}

.course-experience__icon--plain img {
  width: 48px;
  height: 48px;
}

.course-experience__card-title {
  margin: 0 0 1.2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}

.course-experience__card-text {
  margin: 0;
  color: #4B5563;
  font-size: 1.6rem;
  line-height: 1.45;
  font-weight: 400;
}

.course-experience__card-text a {
  color: var(--primary-30, #00549D);
  text-decoration: underline;
}

.course-experience__card-text--logo {
  margin-top: 0.4rem;
}

.course-experience__logo {
  display: inline-block;
  height: 28px;
  width: auto;
}

.course-experience__cta {
  margin-top: 4rem;
}

.course-experience__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 1.2rem 2.8rem;
  border-radius: 999px;
  background-color: var(--primary-30, #00549D);
  border: 2px solid var(--primary-30, #00549D);
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.course-experience__btn:hover,
.course-experience__btn:focus {
  background-color: var(--primary-20, #00396B);
  border-color: var(--primary-20, #00396B);
  color: #fff !important;
}

.course-experience__btn .right-arrow,
.course-experience__btn .feather.right-arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
  color: inherit;
  stroke-width: 3px;
}

@media (max-width: 767px) {
  .course-experience {
    padding: 4.8rem 0;
  }

  .course-experience__title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }

  .course-experience__card {
    padding: 2.4rem;
  }
}
