.services-list {
  margin: 0 !important;
}
.services-list .item {
  padding: 35px;
  float: left;
  min-height: 500px;
  transition: all 200ms ease-in-out;
  background-color: #242424;
  background-position: 0% 0;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
@media (min-width: 992px) {
  .services-list .item {
    width: 50%;
    padding: 95px;
    background-position: -100vw 0;
  }
}
@media (min-width: 1200px) {
  .services-list .item {
    width: 50%;
    padding: 95px;
    min-height: 843px;
    background-position: -100vw 0;
  }
  .services-list .item:nth-child(odd) {
    padding-left: 278px;
  }
  .services-list .item:nth-child(even) {
    padding-right: 278px;
  }
}
.services-list .item:hover {
  background-position: 0vw 0;
}
.services-list .item .icon {
  margin-bottom: 45px;
  transition: all 300ms ease-in-out;
}
.services-list .item .icon:hover {
  filter: drop-shadow(0px 5px 30px white);
}
.services-list .item .title {
  color: #ffffff;
  font-family: "TrumpSoftPro-Medium", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .services-list .item .title {
    font-size: 65px;
    line-height: 72px;
    letter-spacing: 1.63px;
    max-width: 585px;
    margin-bottom: 50px;
  }
}
.services-list .item .description {
  color: #a3a3a3;
  font-family: "The Northern Block Ltd - Stolzl-Medium", Sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 35px;
}
.services-list .item .description ul {
  margin-bottom: 45px;
  list-style: none;
}
.services-list .item .description ul li {
  font-family: "The Northern Block Ltd - Stolzl-Medium", Sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
}
.services-list .item .description ul li:hover {
  color: #ff6617;
  cursor: pointer;
}
.services-list .item .btn-group {
  transition: all 200ms ease-in-out;
  left: 0;
  text-decoration: none;
}
.services-list .item .btn-group .btn {
  cursor: pointer;
  border-radius: 0;
}
.services-list .item .btn-group .btn.btn-default {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "TrumpSoftPro-Medium", Sans-serif;
  letter-spacing: 2px;
  background-color: white;
  color: #262626 !important;
}
.services-list .item .btn-group .btn.btn-primary {
  width: 55px;
  line-height: 35px;
  background-color: #ff7316;
  border-color: #ff7316;
}
.services-list .item .btn-group:hover {
  left: 5px;
  box-shadow: 0 5px 30px rgba(255, 255, 255, 0.25);
}

