/* Mixins --------------------------------------------------------------------------------------------------------*/
/* Business units --------------------------------------------------------------------------------------------------------*/
.business-units-section {
  background: linear-gradient(260.78deg, #95FBB1 -29.34%, #5BD0C4 97.29%);
}
.business-units-section.bg-primary-gredient {
  background: #0069B4;
  background: linear-gradient(270deg, #12CCC4 3.33%, #0069B4 95.36%);
}

.theme-dark .business-units-section {
  background: #222222;
}

.business-card-img {
  display: block;
  width: 100%;
  max-width: 388px;
  margin: 0 auto 20px;
}

.business-card-body {
  text-align: left;
}
.business-card-body .btn {
  width: 100%;
}

.business-card-body-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.75rem;
  padding-bottom: 20px;
}

.business-card-body-text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-bottom: 20px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 1024px) {
  .business-card {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
  }

  .business-card-img {
    order: 2;
    max-width: 50%;
  }

  .business-card-body {
    align-self: center;
    max-width: 50%;
    padding-right: 50px;
  }
  .business-card-body .btn {
    width: auto;
  }

  .business-card-body-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }

  .business-card-body-text {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=business-units.css.map */