
h1, h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
}

.space{
  height: 50px;
  background-color: #fff;
  padding-top: 50px;
  margin-top: 20px;
}


#services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  margin-bottom: 30px;
}

#services .icon-box .icon {
  margin-bottom: 30px;
}

#services .icon-box .icon i {
  color: #BF0A30;
  font-size: 36px;
  transition: 0.3s;
}

#services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

#services .icon-box h4 a {
  color: #002868;
  transition: ease-in-out 0.3s;
}

#services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

#services .icon-box:hover {
  transform: translateY(-10px);
}

#services .icon-box h4 a {
  color: #002868;
  text-decoration: none;
}

#services .icon-box:hover h4 a {
  color: #BF0A30;
  text-decoration: underline;
}

.section-title {
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
  background-color: #fff;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #002868;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #fff;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #BF0A30;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}
