.container_service_flex_hero_section {
  display: flex;
  margin-bottom: 15px;
}
.container_service_flex_hero_section:last-child {
  margin-bottom: 0;
}
.container_service_flex_hero_section a {
  color: white;
  padding: 12px 30px;
  border: 1px solid white;
  border-radius: 25px;
  font-size: 19px;
  margin-right: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
  .container_service_flex_hero_section a {
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 8px;
  }
}
