.custom-radio .custom-control-label.option:before {
  content: "" !important;
}

@media (max-width: 767px) {
  .responsive-table tbody {
    display: block;
  }

  .responsive-table tr {
    border-top: 1px solid #dee2e6;
    display: block;
    width: 100%;
    padding: 1rem 0;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table td,
  .responsive-table th {
    display: block;
    border-top: none;
    padding: .1rem 0;
  }

  .responsive-table td img,
  .responsive-table th img {
    height: 60px !important;
  }
}

