/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


.col-md-12.col-lg-4 {
  display: flex;
  flex-direction: column;
}

.service-section {
  flex-grow: 1;
  background-color: var(--your-colorstyle);
}


