.card-header {
  height: 100px!important;
  background-color: #36563b!Important;
}

#download-icon {
  font-size: 30px;
  color: black;
  opacity: 0.4;
}

#heading-card {
  margin-top: 40px;
  font-size: 45px;
}

.cardheader-text {
  color: #fff;
}

.card-text.sub-text-color {
  color: #36563b;
}

.card-text:last-child {
  font-size: 16px!Important;
  color: #F04A29 !Important;
}

#cardheader-subtext {
  font-size: 20px;
}

.card.cards-shadown {
  box-shadow: 2px 2px 30px #aaaaaa;
}

.row.space-rows {
  margin: 40px;
}

.col {
  padding: 20px 7px 0px 7px;
}

.card.cards-shadown.cards-hover:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99;
}

.card-header:first-child:hover {
  background-color: #36563b!Important;
}

.card-header:first-child {
  background-color: #36563b!important;
}

#heading-card-1, #heading-card-2, #heading-card-3 {
  text-align: center !important;
  font-family: BentonModDisp !important;
  padding-top: 10px !important;
  font-weight: 400 !important;
  font-size: 24px !important;
}

.faq {
  color: #36563b !important;
  text-align: center;
}

