.btn-hero {
  background-color: #00194c;
  color: #FFF;
  transition: all 0.3s;
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
}

.btn-hero:hover {
  background-color: #004be2;
  color: #FFF;
}

.content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background-color: #27a9e1;
}

.content-wrapper h2,
.content-wrapper button {
  color: #FFF;
}

.p-custom {
  padding-top: 140px !important;
}

.mascoot {
  position: absolute;
  right: 0;
  top: 23px;
}