.index-hero {
  background: url("../images/index-hero.png") top right no-repeat;
  background-size: cover;
  height: 70vh;
}

.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 180px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: 20px;
}

.more-services .card-body {
  z-index: 10;
  background: #FFFFFF;
  padding: 15px 30px;
  -webkit-box-shadow: 0px 2px 15px #343434;
          box-shadow: 0px 2px 15px #343434;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #343434;
}

.more-services .card-text {
  color: #2e404a;
}

.more-services .read-more a {
  color: #2e404a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #351C75;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #FFFFFF;
}
/*# sourceMappingURL=home_index.css.map */