.home-services {
  background-color: #101535;
  color: #fff;
  padding: 80px 0;
}
.home-services__text h3 {
  background: url(../../img/fiat-iso.svg) no-repeat 0px 0px;
  background-size: 45px auto;
  font-size: 1.4em;
  font-weight: 400;
  padding: 4.5rem 0 0;
}
.home-services__text h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 0px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid white;
  display: inline-block;
}
.home-services__text p {
  font-size: 0.9em;
  margin-top: 10px;
}
.home-services__item {
  background: #fff;
  color: #000;
  padding: 20px 20px 10px;
  text-align: left;
  /* min-height: 170px;
  position: relative; */
}
.home-services__item a {
  color: #000000;
  display: block;
  min-height: 120px;
  position: relative;
}
.home-services__item .icon img {
  width: 32px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.home-services__item h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

/*---------------------------------
# Responsive
-----------------------------------*/
@media (max-width: 600px) {
  .home-services {
    padding: 50px 0;
  }
  .home-services__text {
    margin: 0px 8%;
  }
  .home-services__text h3 {
    background-position: center top;
  }
  .home-services__item {
    padding: 0px 5%;
    margin: 0px 10%;
  }
  .home-services__item a {
    min-height: 80px;
    padding-left: 0%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
  }
  .home-services__item .icon {
    margin-right: 10px;
  }
  .home-services__item .icon img {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
