.card-services-flex{
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  /*padding-top: 1em;
  padding-bottom: 1em;*/
  justify-content: center;
  margin-top: 1em;
  column-gap: 1em;
  row-gap: 1em;
  flex-wrap: wrap;
}

.card-services-wrapper{
  width: 22em;
  display: flex;
  flex-direction: column;
  border-color: var(--darker-accent-color);
  border-style: solid;
  border-width: .30em;
  border-radius: 13px;
  row-gap: .3em;
  box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
}

.card-services-wrapper .card-service-head{
  width: 100%;
  height: 5em;
}

.card-services-wrapper .card-service-body{
  width: 100%;
  height: 15em;
  border-radius: 13px;
}

.card-services-wrapper .card-service-footer{
  width: 100%;
  height: 4em;
}

.card-services-wrapper .card-service-head h3{
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  margin-top: 1.5em;
}

.card-service-head{
  border-bottom-width: .3em;
  border-bottom-color: var(--accent-color);
  border-bottom-style: solid;
}

.card-service-footer{
  border-top-width: .3em;
  border-top-color: var(--accent-color);
  border-top-style: solid;
}

.card-service-list{
  padding: 0;
  margin: 0;
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.card-service-figure{
  padding: 0;
  margin: 0;
  margin-top: 1.5em;
}

.card-service-figure h3{
  padding: 0 !important;
  margin: 0 !important;
}

.card-service-price-flex{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
