.rounded-0-sm {
  border-radius: 0 !important;
}
@media (max-width: 575.98px) {
  .rounded-0-md {
    border-radius: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .rounded-0-lg {
    border-radius: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .rounded-0-xl {
    border-radius: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .rounded-0-xxl {
    border-radius: 0 !important;
  }
}
@media (max-width: 1399.98px) {
  .rounded-0 {
    border-radius: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .btn.btn-responsive {
    padding: 0.55rem 1.25rem;
    font-size: 0.925rem;
    border-radius: 0.475rem;
  }
}