html {
  font-family: 'Montserrat', sans-serif;
  
  color: #434040;
}

h3 {
  font-size: 2.8rem;
  color: #434040;
  line-height: 110%
}

p {
  font-size: 1.2em;
  align-content: center;
}

.btn,
.btn-large,
.btn-small {
  background-color: #f47b20;
  text-transform: unset;
}

.btn-block {
  padding: 0px 60px;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #fa9c57;
}

main {
  flex: 1 0 auto;
}

.footer-copyright {
  font-size: 0.9em;
  margin: 0%;
}

.i {
  font-size: 1em;
  padding: 2px 10px;
}

.card_features {
  font-size: 1.0em;
}

.social-item {
  color: #ffffff;

}

.page-footer { 
  background-color: #20409a;
}
