/* Brand Banner */
.extra_texts > .extra_text {
  position: relative;
}
.extra_texts > .extra_text:not(.extra_text:last-child)::before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #0B0B0B;
  transform: translateY(20px);
}

@media (min-width: 768px) {
  .extra_texts > .extra_text:not(.extra_text:last-child)::before {
    width: 1px;
    height: 100%;
    right: 0;
    transform: translateX(20px);
  }
}
/* Schedule Session Banner */
.schedule_session_banner {
  background: transparent linear-gradient(180deg, #F6F7F8 0%, #FFFFFF 70%) 0% 0% no-repeat padding-box;
}