#d2442484 .twobtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  margin: 30px 0;
}
#d2442484 .twobtn a {
  color: #fff;
  background-color: #a4c8e9;
  width: 150px;
  display: block;
  padding: 10px 0;
  margin: 0 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  font-family: Oswald, 'Lucida Grande', sans-serif;
  line-height: 1.1;
  text-decoration: none;
}
#d2441202 a,
#d2442434 a,
#d2441235 a {
  color: #445166;
}
#d2441202 a:hover,
#d2442434 a:hover,
#d2441235 a:hover {
  color: #252d38;
}
@media screen and (max-width: 767px) {
  #d2442484 .twobtn {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #d2442484 .twobtn a {
    margin: 10px 10px 0 0px;
  }
}