/* Standalone variables
========================================================================== */
/*
==========================================================================
    Mixins - typography - body
========================================================================== */
@im .c-course-trustbox {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  @media (min-width: 1400px) {
    padding: 5.625rem 0 2.8rem;
    gap: 2.5rem;
  }
}
.c-course-trustbox__header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.c-course-trustbox__heading {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
@media (min-width: 1025px) {
  .c-course-trustbox__heading {
    font-size: 2.5rem;
    line-height: 1.35;
  }
}

.c-course-trustbox__text {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
