.rsac-booth {
  background-color: black;
  padding: 100px 35px;
  color: var(--cr-yellow);
  position: relative;
}

.rsac-booth a {
  color: var(--cr-yellow);
}

.rsac-section__button--shorter {
  width: 50%;
  margin-top: 20px;
}
.rsac-booth__hr {
  border: 0;
  height: 1px;
  width: 380px;
  margin: auto;
  background-color: var(--cr-yellow);
}
.rsac-booth__title {
  margin-bottom: 30px;
}
.rsac-booth__owl {
  width: 80%;
  margin: auto;
}
.rsac-section__h2--yellow {
  font-family: "Peristyle Bold", sans-serif;;
  font-size: 70px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center;
  color: var(--cr-yellow);
  margin: 0 auto;
  padding: 0 35px 10px;
  display: block;
  border-bottom: 1px var(--cr-yellow) solid;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 700px;
}
.rsac-booth__p {
  color: white;
  line-height: 30px;
  text-align: left;
  padding-right: 20px;
  padding-top: 50px;
  font-size: 18px;
  font-family: "Criteria Regular";
}

.rsac-booth__p--margin {
  margin-top: -50px;
}

.rsac-booth a.rsac-section__button {margin: 25px 0 5px 0; max-width: 300px;}

.rsac-booth .rsac-booth__code {text-indent: 20px;}

@media only screen and (max-width: 1100px) {
  .rsac-booth__p--margin {
    margin-top: 0px;
  }
  .rsac-booth__owl {
    width: 100%;
  }
  @media only screen and (max-width: 930px) {
    .rsac-section__p, .rsac-section__p-padding {
      padding-right: 0px;
      padding-top: 5px;
      font-size: 14px;
      line-height: 25px;
    }
  }
  @media only screen and (max-width: 768px) {
    .rsac-booth__owl {
      width: 50%;
    }
    .rsac-section__h2--yellow {
      font-size: 60px;
      line-height: 70px;
    }
    .rsac-booth__p {
      padding: 0px;
    }
    .rsac-section__p.rsac-section__p-padding {
      padding-top: 0px;
      padding: 0px 30px;
    }
    .rsac-section__button--shorter {
      width: 30%;
    }
      @media only screen and (max-width: 500px) {
        .rsac-section__button--shorter {
          width: 50%;
        }
      }
    }
  }
}