/** Import Bootstrap functions */
/** Relative Image Path. **/
/* line 8, stdin */
.online-study .main-heading-row {
  margin-bottom: 48px; }
  @media (max-width: 767px) {
    /* line 8, stdin */
    .online-study .main-heading-row {
      margin-bottom: 24px; } }

/* line 16, stdin */
.online-study .section-row {
  margin-bottom: 50px; }

/* line 20, stdin */
.online-study .heading-icon {
  height: 48px;
  width: 48px; }
  @media (max-width: 767px) {
    /* line 20, stdin */
    .online-study .heading-icon {
      height: 32px;
      width: 32px; } }

/* line 30, stdin */
.online-study .heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px; }
  /* line 36, stdin */
  .online-study .heading h4 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 125% */
    margin-bottom: 0; }

/* line 45, stdin */
.online-study li {
  padding-bottom: 12px; }

/* line 49, stdin */
.online-study .arrow {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  align-items: center; }
  /* line 55, stdin */
  .online-study .arrow::after {
    content: "";
    background-image: url("/wp-content/themes/swinburne/dist/images/icon-link-arrow-black.svg");
    width: 25px;
    height: 25px;
    background-size: cover; }

/*# sourceMappingURL=online-study.css.map*/