.services_banner{
    background-color: #000;
    padding: 60px 0px;
}
.services_banner h1{
  color: #c69232;
  font-size: 35px;
  line-height: 38px;
  font-family: 'Roboto-Bold';
  text-transform: uppercase;
  text-align: center;
}
.service_descriptions{
  padding: 30px 0px;
}
.card.card_service{
    border: 2px solid #c69232;
    border-radius: 0%;
    height: 100%;
}
.card_service .card-header{
    background-color: #000;
    border-radius: 0%;
}
.card_service h3{
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  text-align: center;
}
.card_service h4{
  color: #c69232;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
}
.card_service p{
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto-Loght';
}
.card.card_trans{
    border: 2px solid #c69232;
    border-radius: 0%;
}
.card_trans .card-header{
    background-color: #000;
    border-radius: 0%;
}
.card_trans h3{
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  text-align: center;
}
.card_trans p{
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Roboto-Loght';
}