.services .engagement_item{
  padding: 40px 44px 40px 44px;
}

.services .engagement_item img{
  /*display:block;
  margin:0 auto;*/
  height:100px !important;
  margin-bottom: 20px !important;
}


.services .engagement_item .flex-row>div p {
  margin: 20px 0 !important;
}

@media (max-width: 992px){
.services .engagement_item .arrow-nav{
  width:100% !important;
}


.services .engagement_item .flex-row>div p {
  margin: 16px 0 !important;
}
  /*.services .engagement_item .arrow-nav{
    width:100% !important;
  }*/
}

.services .engagement_item .section-heading{
  text-align: center !important;
  max-width: unset;
  font-size: 22px;
}

.services .engagement_item img{
  display: block !important;
  margin: 0 auto;
}

@media (max-width: 570px) {
  .engagement_item{
    padding: 20px !important;
  }

  .engagement_item img{
    height: 80px;
  }

  .services .engagement_item .section-heading{
    font-size: 20px;
  }
}