.service-item-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.services_wrap .title{
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.services_wrap h2{
  font-size: 3.5rem;
  line-height: 1.5;
  margin:0;
}
.services_wrap .services_block{
  background-color: rgb(243, 243, 243);
}
.services_wrap .tile{
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: cover !important;
}
.services_wrap a .tile .tile-drop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 0;
  background-color: rgb(192, 8, 128);
  transition: opacity 0.8s ease 0s;
}
.services_wrap a .tile .tile-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  width: 100%;
  text-align: center;
  color: rgb(41, 36, 92);
  z-index: 7;
}
.services_wrap a .tile .tile-inner .tile-title {
  font-family: prometo, sans-serif;
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 4rem;
}
.services_wrap a .tile .tile-inner .tile-content {
  max-height: 0px;
  opacity: 0;
  transition: all 0.6s ease-out 0s;
}
.services_wrap a .tile .tile-inner .tile-content > p {
  color: rgb(243, 243, 243);
  margin-bottom: 0px;
  padding-top: 20px;
}
.services_wrap a .tile .tile-arrow {
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: 40px;
  transition: all 0.6s ease 0s;
}
.services_wrap a:hover .tile .tile-drop {
  opacity: 0.4;
}
.services_wrap a:hover .tile .tile-inner .tile-content {
  max-height: 150px;
  opacity: 1;
}
.services_wrap .tile p {
  font-weight: 300;
  line-height: 1.7;
}
.services_wrap .services_block .cell-b30:nth-last-child(1),
.services_wrap .services_block .cell-b30:nth-last-child(2),
.services_wrap .services_block .cell-b30:nth-last-child(3) {
  padding-bottom: 0;
}

.services_wrap a .tile .tile-arrow svg path {
  fill: rgb(255, 255, 255);
}

.services_wrap a:hover .tile .tile-arrow {
  opacity: 1;
  right: 15px;
}
.services_wrap .services_block .cm-col-4:nth-child(3n + 1) {
  clear: left;
}
@media (min-width: 992px){
  .services_wrap .title{
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
@media (min-width: 1260px){
  .services_wrap .tile{
    height: 400px;
  } 
}

@media(max-width:991px) and (min-width:768px){
  .services_wrap .services_block .cm-col-4 {
    width: 50%;
  }

  .services_wrap .services_block .cm-col-4:nth-child(2n+1) {
    clear: left;
  }
  .services_wrap .services_block .cell-b30:nth-last-child(3){
    padding-bottom: 30px;
  }
  .services_wrap .services_block .cm-col-4:nth-child(3n + 1) {
    clear: none;
  }
}

@media(max-width:767px){
  .services_wrap .services_block .cell-b30:last-child,
  .services_wrap .services_block .cell-b30:nth-last-child(2), 
  .services_wrap .services_block .cell-b30:nth-last-child(3){
    padding-bottom: 30px;
  }
}
