/* services */

.sePage .sePageLayout .service-options h3 {
  background-color: lightgrey;
  color: #111;
  font-size: 20px;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}


@media screen and (min-width: 992px) {

  .package-options .price-block,
  .pricing-table1-1 .price-block,
  .package-options .editContent,
  .pricing-table1-1 .editContent {
    display: flex;
	flex-direction: column;
	float: none;
	align-self: stretch;
	justify-content: space-between;
  }
  .pricing-table1-1,
  .pricing-table1-2 {
	display: flex;
	align-content: stretch; 
  }
  .package-options .price-header {
    min-height: 240px;
	padding: 10px 15px;
  }

  .package-options .price-header h3 {
    font-size: 24px;
	margin-top: 11px;
  }
  
  .package-options .price-figure {
    flex-grow: 0;
  }

  .package-options .row.custom4-1 p {
    margin: 0 0 6px;
  }

  .package-options .row.custom4-1 p,
  .package-options .row.custom4-1 span {
    font-size: 14px !important;
  }
  
  .package-options .features {
	flex-grow: 8;
  }

  .service-options .table > tbody > tr > td {
    padding: 6px;
  }

  .service-options td:last-child {
    text-align: right;
  }

}


