.border-left {
  border-left: 1px solid rgba(68, 72, 109, 0.2) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(68, 72, 109, 0.2) !important;
}

.border-right {
  border-right: 1px solid rgba(68, 72, 109, 0.2) !important;
}

.border-top {
  border-top: 1px solid rgba(68, 72, 109, 0.2) !important;
}

.border {
  border: 1px solid rgba(68, 72, 109, 0.2) !important;
}