
.row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}


.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.align-items-center {
  align-items: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.align-items-start {
  align-items: flex-start !important;
}

.position-relative {
  position: relative !important;
}

.justify-content-center {
  justify-content: center !important;
}

.position-absolute {
  position: absolute !important;
}

.fa-external-link:before {
  content: "\f08e";
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.align-items-center {
  align-items: center !important;
}
/* -----------------------RESPONSIVE---------------------- */
