* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
}
h5 {
  font-size: 16px !important;
}
.btn1 {
  background-color: #ff4618;
  color: white;
  min-height: 55px !important;
  padding-top: 11px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn1:hover {
  background-color: #f36a48;
}
.btn2 {
  background-color: #09b1b7;
  color: white;
  min-height: 55px !important;
  padding-top: 11px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn2:hover {
  background-color: #5dd6da;
}
.btn3 {
  background-color: #17825a;
  color: white;
  min-height: 55px !important;
  padding-top: 11px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn3:hover {
  background-color: #4cb38c;
}
.btn4 {
  background-color: #24b4e8;
  color: white;
  min-height: 55px !important;
  padding-top: 11px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn4:hover {
  background-color: #6ad0f5;
}