/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.card:not( :last-of-type ) {
 margin-bottom: .25rem;
}

.card-header {
 cursor: pointer;
}

.card-header.collapsed .icon-chevron-right {
 transform: rotate(0);
 transition: transform .3s;
}

.card-header .icon-chevron-right {
 transform: rotate(90deg);
 transition: transform .3s;
}

[class*='-content'] [class*='col-'] img {
  margin-bottom: 1rem;
}

[class*='-content'] [class*='col-']:last-of-type img {
  margin-bottom: 0;
}

@media ( min-width: 768.98px ) {

  [class*='-content'] [class*='col-'] img {
    margin-bottom: 0;
  }
}
