/* To remove border end in small screen */
@media (max-width: 991.98px) {
  .section-py .card-body.border-end {
    border-block-end: 1px solid #e4e6e8;
    border-inline-end: 0 !important;
  }
}
