a:hover {
  text-decoration: none !important;
}

a:focus, a:active {
  outline: none !important;
  box-shadow: none !important;
}

.block {
  padding: 60px 0;
}

h5, h6 {
  margin-bottom: 20px;
}

h2 {
  font-size: 2.75rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h5 {
  font-size: 1.1875rem;
  font-weight: 700;
}

p.lead {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 20px;
}

p {
  font-size: 1.0625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5em;
  word-wrap: break-word;
}

.icon-box--border-bg, .icon-box--border-shadow-big, .icon-box--border-shadow-small, .icon-box--shadow-shadow {
  transition: .3s ease;
  padding: 1.5rem;
}

.icon-box {
  margin-bottom: 1.5rem;
  color: #000000;
  background: #ffffff;
}

.icon-box__icon {
  height: 3rem;
  margin-bottom: 1.5rem;
}

.icon-box--border-bg {
  border: 1px solid #f0f0f0;
}

.icon-box--border-bg:hover {
  background: #f0f0f0;
}

.icon-box--border-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-box--border-shadow-big {
  border: 1px solid #f0f0f0;
}

.icon-box--border-shadow-big:hover {
  box-shadow: 0 1.5rem 4rem rgba(117, 117, 117, 0.3);
  border: 1px solid #ffffff;
}

.icon-box--border-shadow-small {
  border: 1px solid #f0f0f0;
}

.icon-box--border-shadow-small:hover {
  box-shadow: 0 0.2rem 0.8rem rgba(240, 240, 240, 0.7);
  border: 1px solid #ffffff;
}

.icon-box--shadow-shadow {
  box-shadow: 0 0.2rem 0.8rem rgba(240, 240, 240, 0.7);
}

.icon-box--shadow-shadow:hover {
  box-shadow: 0 1.5rem 4rem rgba(117, 117, 117, 0.3);
}

.icon-box--up:hover {
  transform: translateY(-1.6rem);
}

.intro {
  margin-bottom: 60px;
}

