.single-stream-reg .banner{
  text-align: center;
}
.single-stream-reg .banner img{
  width: 100%;
}

.single-stream-reg .subtitle{
  font-size: 26px;
  font-weight: 600;
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}

.single-stream-reg .speaker{
  padding: 40px;
  border-radius: 20px;
  background: var(--theme-bg);
  color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 15px;
}

.single-stream-reg .speaker .photo{
  width: 150px;
  height: 150px;
  min-width: 150px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

.single-stream-reg .registration{
  background: #efefef;
  margin-top: 80px;
}
