
.collapsed+.service-listing__item-list--row{max-height:0;}
.service-listing__item-list--row{
  max-height:1500px;
	transition:all 1s linear;
	overflow:hidden;
}

@media(max-width: 992px) {
  .mobile-between {
	justify-content: space-between;
  }

  .mobile-between .value {
	text-align: right;
  }
}
