/* Performance Section --------------------------------------------------------------------------------------------------------*/
.performance-section {
  background: #FCFAFA;
}

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

.performance-list-slider-outer {
  max-width: 1120px;
  margin: 0 auto;
}

.performance-list {
  padding: 40px 0;
}

.performance-card {
  width: 300px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 16px;
  position: relative;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.theme-dark .performance-card {
  background: #73706E;
}

.performance-card-outer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.performance-img {
  max-width: 100%;
}

.performance-card-body {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
}

.performance-card-body-title {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #0069B4;
  margin-bottom: 15px;
}

.performance-list-item-more {
  margin-bottom: 15px;
}

.performance-card-body-link {
  font-size: 1rem;
  font-weight: 400;
  color: #F39200;
  text-decoration: underline;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .performance-card {
    width: 340px;
  }
}
@media (min-width: 768px) {
  .performance-card {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .performance-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .performance-list .three-item-card-outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=performance.css.map */