.introduction .download-buttons {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 2em 0 1em 0;
}

.introduction .download-buttons a {
  background-color: #13878a !important;
  color: white !important;
  border-color: white !important;
  padding: 0.5em 0;
  width: 10em;
  display: flex;
  justify-content: center;
  gap: 1em;
  font-weight: bold;
}

.introduction .download-buttons a:hover {
  background-color: white !important;
  color: #13878a !important;
  border-color: white;;
}

.introduction .images-container {
  display: flex;
}

.introduction .images-container img {
  width: 50% !important;
}

.features {
  padding-top: 50px;
  padding-bottom: 26px;
}

.features .features-header {
  text-align: center;
  margin-bottom: 50px;
}

.features .features-header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  color: #13878a;
}

.features .features-header h2 {
  font-weight: 700;
}

.features .card {
  margin-bottom: 24px;
}

.features .card-header {
  font-size: 1.2em;
  background-color: #13878a;
  color: white;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
}

.features .card-header i {
  font-size: 1.8rem;
  margin-right: 1rem;
}

.features .card-body {
  height: 8rem;
}