.diag-wrap .diag-contents .ans-wrap{
  gap: 1.75em;
}
.diag-wrap .diag-contents .ans-wrap button{
  border-radius: 25px;
}
.diag-wrap .diag-contents.thanks-wrap .btn-wrap .cta-btn{
  border-radius: 25px;
}
@media screen and (max-width:480px) {
  .diag-wrap .diag-contents .ans-wrap{
    gap: 1.3em;
  }
}