.service-box {
  padding: 2rem;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029; }

.service-box__title {
  font-weight: bold;
  min-height: 80px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .service-box__title {
      min-height: 100px; } }

.service-box__body {
  min-height: 130px; }
  @media screen and (min-width: 768px) {
    .service-box__body {
      min-height: 150px; } }

.service-box__button .btn {
  font-size: 14px !important; }

.bg-service-1 {
  background: #F8E2D9; }

.bg-service-2 {
  background: #D0E5DF; }

.bg-service-3 {
  background: #F3E9FE; }

.bg-service-4 {
  background: #E9EFFE; }

.bg-service-5 {
  background: #F7EDBE; }

.bg-service-6 {
  background: #E2E2E2; }

.bg-service-7 {
  background: #CDE0E6; }

.bg-service-8 {
  background: #E8F1D0; }

.service-box-big {
  padding: 0 25px 15px 25px; }
  @media screen and (min-width: 768px) {
    .service-box-big {
      padding: 0 3.5rem 3.2rem 3.5rem; } }

.service-box-big__title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  min-height: 100px; }

.service-box-big__list {
  font-weight: bold; }

.fade {
  background: url("/assets/images/hr-partners/HR Partners background@2x.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.modal-content {
  border: 0;
  border-radius: 0; }
