#d2442507  .twobtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    margin: 30px 0;
}

#d2442507 .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;
}

#d2442507 .twobtn a {
  text-decoration: none;
}

#d2441199 a,
#d2442434 a,
#d2441759 a {
  color: #445166;
}

#d2441199 a:hover,
#d2442434 a:hover,
#d2441759 a:hover {
  color: #252D38;
}

.DiscovermyBody .swiper-slide a {
    text-decoration:none;
}

@media screen and (max-width: 767px) {
  #d2442507 .twobtn {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #d2442507 .twobtn a {
    margin: 10px 10px 0 0px;
  }
}