.hero {
  width: 100%;
  height: auto;
}
.help {
  width: 90%;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  border-radius: 20px;
  margin: auto;
  padding: 15px;
  display: flex;
}
.hrPad {
  color: #532279;
}
.wrench {
  min-width: max(50px, min(20%, 120px));
  align-self: center;
  display: flex;
  justify-content: center;
}
.helpCopy {
  font-size: 16px;
}
.request {
  width: 80%;
  margin: auto;
}
.buttons {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.btn_request,
.btn_faqs {
  width: 50%;
  text-align: center;
  display: inline;
}
.btn_request {
  margin-right: 10px;
}
.btn_faqs {
  margin-left: 10px;
}
.noServ {
  width: 80%;
  margin: auto;
  background-color: #e1e2e3;
  border: 1px solid #e1e2e3;
  border-radius: 20px;
  padding-bottom: 20px;
  min-height: 250px;
}
.noServMainContent {
  display: flex;
  padding: 30px;
  margin: 0 30px;
}
.noServPrice {
  font-size: 29px;
  margin: 0 50px 15px 0;
  float: left;
  display: grid;
  max-width: 299px;
}
.price {
  font-size: 97px;
  font-weight: bold;
  color: #532279;
}
.price:after {
  content: "*";
  color: black;
  font-size: 24px;
  vertical-align: top;
  top: 10px;
}
.nowrap {
  white-space: nowrap;
}
.noServCopy {
  font-size: 18px;
}
.noServCopyNote {
  font-size: 13px;
  font-style: italic;
}
.title {
  text-align: center;
  vertical-align: middle;
  font-size: 26px;
  font-weight: 500;
  width: 400px;
  color: #532279;
}
.titleRequest {
  width: 490px;
}
.titleNoServ {
  text-align: center;
  margin: 20px 0;
  font-size: 28px;
  color: #532279;
}
.virus {
  width: 60%;
  height: 119px;
  margin: 15px auto;
  padding-top: 55px;
  text-align: center;
  background: url(/service/images/virus.png) no-repeat center;
  clear: both;
  font-size: 18px;
}
.opt-title {
  width: 100%;
  font-size: 18px;
  font-weight: 900;
  margin: 8px 0;
}
.opt-image-wrapper img {
  border-radius: 15px;
}
.opt-link-wrapper a {
  font-weight: bold;
}
.opt-container {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  padding-top: 45px;
}
.opt-group {
  width: 200px;
  height: 300px;
  margin: 0 25px 0 50px;
}
.container {
  max-width: 1430px;
  margin: auto;
  background-color: #fff;
}
@media only screen and (max-width: 770px) {
  .hero {
    display: none;
  }
  .noServ {
    min-height: none;
  }
  .titleNoServ {
    margin: 20px 0 15px;
    font-size: 4vw;
  }
  .noServMainContent {
    flex-direction: column;
    margin: 0;
    padding-top: 5px;
  }
  .noServPrice {
    display: flex;
    flex-direction: column;
    float: none;
    align-self: center;
    text-align: center;
    font-size: 22px;
    margin: 0 15px 20px 20px;
    max-width: 192px;
  }
  .price {
    font-size: 75px;
  }
  .noServCopy {
    padding-top: 10px;
    font-size: 15px;
  }
  .virus {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
  }
  .optionsGrp {
    width: 70%;
  }
  .batteryGrp {
    margin: 0;
    float: right;
  }
  .partGrp {
    margin: 0;
    float: right;
  }
}
@media only screen and (max-width: 540px) {
  .wrench {
    display: none;
  }
  .helpCopy {
    font-size: 14px;
    padding: 0 5px;
  }
  .hrPad {
    display: none;
  }
  .title {
    font-size: 22px;
    letter-spacing: 0;
  }
  .titleRequest {
    width: 95%;
  }
  .request {
    width: 96%;
    margin: auto;
  }
  .virus {
    width: 100%;
    margin: 0px;
    padding-top: 45px;
    font-size: 14px;
  }
  .optionsGrp {
    width: 85%;
  }
}
@media only screen and (max-width: 420px) {
  .btn_request {
    margin-right: 0px;
  }
  .btn_faqs {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 375px) {
  .help {
    box-sizing: border-box;
    width: 95%;
    border-radius: 15px;
    margin: auto;
  }
  .hrPad {
    display: none;
  }
  .title {
    font-size: 20px;
    letter-spacing: 0;
  }
  .titleRequest {
    width: 95%;
  }
  .request {
    width: 96%;
    margin: auto;
  }
}
.space-when-needed {
  display: none;
}
@media screen and (min-width: 1200px) {
  .break-when-needed {
    display: none;
  }
  .space-when-needed {
    display: inline-block;
    margin-right: 6px;
  }
}
@media screen and (min-width: 1300px) {
  .noServMainContent {
    padding-left: 50px;
    padding-right: 50px;
  }
}
