.cta-btn-group {
  margin-top: 15px;
}

.cta-btn-group a.cta-btn-link {
  height: 58px;
  width: 175px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 738px) {
  .cta-btn-group a.cta-btn-link {
    height: 50px;
    width: 165px;
  }
}

.cta-btn-group a.cta-btn-link.apple-btn {
  background-image: url('/theme/img/apple-btn.svg');
}
.cta-btn-group a.cta-btn-link.google-btn {
  background-image: url('/theme/img/google-btn.svg');
}

.btn-mechanic,
.modal-header {
  background-color: #f2711d;
  color: #ffffff;
}

h5,
.h5 {
  font-size: 1.3rem;
}
