.card-deck {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.tiles .card {
  border-width: 0;
  border-style: solid;
  border-color: var(--invisible);
  border-radius: 0;
  text-decoration: none;
  color: var(--main-0);
  min-width: calc(100% - 1.9rem);
  max-width: calc(100% - 1.9rem);
  width: calc(100% - 1.9rem);
  margin-bottom: 2rem;
  transition: all .3s ease-in-out;
  flex-direction: row;
}
/*
.tiles .card:hover {
  -webkit-transform:scale(1.05); 
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.2) !important;
  -moz-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.2) !important;
  box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.2) !important;
}
*/
.tiles .card {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  /*padding-left: 2rem;*/
  /*padding-right: 2rem;*/
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
}

.card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-top {
  display: flex;
  justify-content: space-between;
}

.tiles .card:last-of-type .card-more {
  background-color: var(--main-1);
  color: var(--white);
  text-align: center;
  margin: 1rem;
}

.tiles .card .card-more i:before {
  font-size: var(--size-40);
  font-weight: 400;
}

.card img {
  width: 28px;
  height: 28px;
}

.card-more h5, 
.card-title {
  margin-bottom: 0;
}

.card-more {
  align-items: center;
  flex-direction: row;
}

.tile-icon {
  margin-right: 1rem;
}

.tile-icon {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
  color: var(--white);
  background-color: var(--main-0);
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.10) !important;
  -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.10) !important;
  box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.10) !important;
}

.tile-icon i {
  font-size: var(--size-40);
  margin: auto;
}

.tile-content {
  padding-right: 1rem;
}

.tile-header {
  height: 64px;
}

.tile-header h4, 
.tile-header h5 {
  margin: 0;
}

.tile-content p {
  font-size: var(--base-size);
  font-weight: 400;
  padding-top: 1rem;
}

.services .card-deck.tiles .card:nth-child(1) .tile-icon, 
.services .card-deck.tiles .card:nth-child(3) .tile-icon, 
.services .card-deck.tiles .card:nth-child(6) .tile-icon, 
.solutions .card-deck.tiles .card:nth-child(1) .tile-icon, 
.solutions .card-deck.tiles .card:nth-child(3) .tile-icon, 
.solutions .card-deck.tiles .card:nth-child(6) .tile-icon, 
.about .card-deck.tiles .card:nth-child(1) .tile-icon, 
.about .card-deck.tiles .card:nth-child(4) .tile-icon {
  background-color: var(--main-1);
}

.services .card-deck.tiles .card:nth-child(2) .tile-icon, 
.services .card-deck.tiles .card:nth-child(7) .tile-icon, 
.solutions .card-deck.tiles .card:nth-child(2) .tile-icon, 
.solutions .card-deck.tiles .card:nth-child(7) .tile-icon, 
.about .card-deck.tiles .card:nth-child(2) .tile-icon, 
.about .card-deck.tiles .card:nth-child(5) .tile-icon {
  background-color: var(--orange-0);
}

.about .tiles .card {
  min-width: calc(100% / 2 - 15px);
  max-width: calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px);
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .tiles .card {
    min-width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
  }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .tiles .card {
    min-width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
  }
}

@media (min-width: 768px) {
  .tiles .card {
    min-width: calc(100% / 3 - 15px);
    max-width: calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
  }
}


@media (min-width: 992px) {
  .tiles .card {
    min-width: calc(100% / 4 - 15px);
    max-width: calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
  }
}

@media (min-width: 1440px) {
  .tiles .card {
    min-width: calc(100% / 4 - 15px);
    max-width: calc(100% / 4 - 15px);
    width: calc(100% / 4 - 15px);
  }
}

@media (min-width: 1600px) {
  .tiles .card {
    min-width: calc(100% / 5 - 15px);
    max-width: calc(100% / 5 - 15px);
    width: calc(100% / 5 - 15px);
  }
}