#d2442540  .twobtn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    margin: 30px 0;
}

#d2442540 .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;
}

#d2232176 .p-text p  {
    display: inline-flex;
    margin-right: 2rem;
}

#d2442540 .twobtn a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  #d2442432 .twobtn {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #d2442432 .twobtn a {
    margin: 10px 10px 0 0px;
  }
}