.w-lg-50 {
  width: 50% !important;
}
@media (max-width: 991.98px) {
  .w-md-50 {
    width: 50% !important;
  }
}
@media (max-width: 575.98px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
