* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  box-sizing: border-box;
  background: #fff;
}

.border-danger-3 {
  border: 3px solid #dc3545;
}
.h-icons {
  padding: 4px 10px 10px 40px;
}
.h-icon-mail {
  background: url(../images/icons/envolope_small_icon.png) 0 2px no-repeat;
}
.h-icon-tel {
  background: url(../images/icons/phone_small_icon.png) 0 0 no-repeat;
}
.font_size14 {
  font-size: 14px;
}
.font_size20 {
  font-size: 20px;
}
.font_size30 {
  font-size: 30px;
}
.font_size40 {
  font-size: 40px;
}
.font_size48 {
  font-size: 48px;
}
.line_height20 {
  line-height: 20px;
}
.line_height30 {
  line-height: 24px;
}
.line_height48 {
  line-height: 48px;
}
.color_222 {
  color: #222;
}
.jumbotron {
  padding: 30px;
  background: transparent;
}
.footer-wrapper {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eee;
  margin-top: 30px;
}
/**.footer-content{display:flex;flex-direction: row;justify-content:space-between;}*/
.bg-blue {
  background: #3ab6e7;
  transition: all ease-in-out 0.5s;
}
.bg-green {
  background: #42a10c;
  transition: all ease-in-out 0.5s;
}
#cert-form {
  display: flex;
  flex-direction: colum;
}
a {
  color: #3ab6e7;
  color: #555;
}
@media (max-width: 768px) {
  .footer-wrapper {
    position: static;
  }
}
