.high-volume-modal {
  display: none;
  max-width: 767px;
  width: 85%;
  background-color: rgb(56, 56, 55);
  box-shadow: 0px 0px 26px rgb(0 0 0 / 40%) inset, 1px 1px 31px rgb(0 0 0 / 50%);
  padding: 40px;
  position: relative;
}

.closeThis {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  background-color: #137600;
  box-shadow: 0px 0px 26px rgb(0 0 0 / 40%) inset, 1px 1px 31px rgb(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 100%;
}

.closeThis:hover,
.closeThis:focus {
  background-color: rgb(56, 56, 55);
  color: #FFF !important;
  text-decoration: none !important;
}

.high-volume-modal p {
  font-size: 21px;
  margin: 0;
}

.high-volume-modal p:first-of-type {
  margin: 0 0 30px;
}