@import url('themes.css');

.services {
  background-image: url('/assets/img/backgrounds/white_space.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 80px;
  padding-bottom: 30px;

  color: #303030;
}

.services .card .card-header {
  background-color: white;
}

.services-card {
  min-height: 250px !important;
  padding: 0;
}

.services-logo {
  height: 200px;
}

.services-logo img {
  max-width: 200px;
  max-height: 200px;
}
