.qt-exit-wrapper {
  text-align: right;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .qt-exit-wrapper {
    width: 100%;
  }
}


.qt-exit-skip-btn {
  border: 1px solid rgb(223, 62, 72);
  background-color: rgb(255, 92, 96);
  border-radius: 4px;
  padding: 6px 24px 6px 24px;
  color: #fff !important;
  text-decoration: none !important;
}

.qt-exit-skip-btn:hover {
  background-color: rgb(223, 62, 72);
  text-decoration: none;
}

.qt-gala-mainhead {
  font-family: Gordita;
  font-size: 180%;
  font-weight: 700;
}

.qt-gala-perf {
  margin-top: 20px;
  display: inline-block;
  padding: 15px 25px;
  background-color: #eee;
  border: 1px solid #ddd;
  margin-right: 20px;
}

@media (min-width: 768px) {
.qt-gala-perf {
  width: 46%;
  }
}

@media (max-width: 768px) {
.qt-gala-perf {
  width: 100%;
  }
}

.qt-gala-perf-mainhead {
  font-family: Gordita;
  font-size: 140%;
  font-weight: 600;
}

.qt-gala-perf-subhead {
  margin-top: 10px;
}

.qt-gala-perf-btn {
  background-color: rgb(255, 92, 96);
  color: #fff;
  border-color: rgb(223, 62, 72);
  padding: 8px 12px 8px 12px;
  margin: 2px 2px 2px 2px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
}

.qt-gala-perf-btn a {
  text-decoration: none;
  color: inherit;
}

.qt-gala-perf-btn:hover {
  background-color: rgb(223, 62, 72);
}

.qt-gala-subtext-exp {
 font-weight: 400; 
}

@media (min-width: 768px) {
  .qt-gala-subtext {
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .qt-gala-subtext-exp {
    display: none;
    visibility: hidden;
  }
}

.qt-gala-container {
  margin-bottom: 30px;
}