#d2442560 .twobtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  margin: 30px 0;
}
#d2442560 .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;
}
#d2442560 .DiscovermySwiper a:not([class]) {
  text-decoration: none;
}
#d2442560 .swiper-slide p {
  margin: 0 0 9.5px;
}
@media screen and (max-width: 767px) {
  #d2442560 .twobtn {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #d2442560 .twobtn a {
    margin: 10px 10px 0 0px;
  }
}