#rsp-sca-logo-wv {
  width: 130px;
}

.img-sca-logo-rsp-foot {
  width: 75%;
}

.img-aw-rsp {
  width: 78%;
}

#urg-text {
  width: 200px;
}

#urg-ad {
  width: 300px;
}

#urg-map {
  width: 800px;
}

.welcome-header {
  background: #fff;
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
}

.display-container {
  display: grid;
  grid-template-areas:
    "urgAd urgText"
    "urgAd urgText";
  justify-content: center;
  margin-top: 30px;
  grid-gap: 5rem;
}

.sca-logo {
  grid-area: scaLogo;
  display: flex;
  justify-content: center;
  align-items: center;
}

.urg-text {
  grid-area: urgText;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.urg-ad-text {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 30px;
}

.title h2 {
  color: #298dcb;
  text-align: center;
}

.newLogo {
  width: 180px;
}

.urg-signup {
  grid-area: signup;
  display: flex;
  justify-content: center;
  align-items: center;
}

.urg-logo {
  grid-area: urgText;
  display: flex;
  justify-content: center;
  align-items: center;
}

.urg-logo-2 {
  grid-area: urgLogo;
  display: flex;
  justify-content: center;
  align-items: center;
}

.urg-ad {
  grid-area: urgAd;
}
.urg-map {
  grid-area: urgMap;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#urg-signup {
  border: none;
  border-radius: 5px;
  color: white;
  background: #004d00;
  font-size: 13px;
  padding: 10px 40px;
  margin-top: 20px;
  cursor: pointer;
}

.rsp-footer {
  color: #298dcb;
}

.ara-grid-buttons {
  /* border: 1px solid#919191; */
  border: 2px solid #000;
  border-radius: 5px;
  height: 80px;
  margin: 0 35px;
  /* height: 55px; */
  cursor: pointer;
}

.ara-grid-buttons img {
  width: 13%;
}

.btn-ara-seller-ref img {
  width: 11% !important;
}

.btn-ara-how-sca-works {
  background: #ffc105;
}

.btn-ara-auctions {
  background: #288dcc;
}

.btn-ara-should-use-sca {
  background: #38b64b;
}

.btn-ara-testimonials {
  background: #8880c0;
}

.btn-ara-sell {
  background: #298d37;
}

.btn-ara-seller-ref {
  background: #fcae5c;
}

.btn-ara-buy {
  background: #db4141;
}

.btn-ara-sca-index {
  background: #e7552d;
}

.btn-ara-inventory {
  background: #0072bb;
}

.btn-ara-mailbox {
  background: #998675;
}

.btn-ara-sca-trad {
  background: #00adef;
}

.btn-ara-sign-up {
  background: #398721;
}

.ara-btn-text {
  font-size: 13px;
}

.rsp-page {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.responsive-iframe {
  width: 100%;
}

.email-border {
  border: 2px solid #212529;
  height: 2px;
}

.partsList-button {
  background: #43a0d9;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

@media screen and (min-width: 320px) and (max-width: 527px) {
  .ara-grid-buttons {
    margin: 0;
    height: auto;
    width: 100%;
  }

  .ara-grid-buttons img {
    width: 10%;
  }

  .ara-btn-text {
    font-size: 18px;
  }

  .btn-ara-seller-ref img {
    width: 11% !important;
  }
}

@media screen and (max-width: 992px) {
  .rsp-header-text {
    text-align: cemter !important;
  }
  .display-container {
    display: flex;
    flex-flow: column;
  }

  #urg-ad,
  #urg-text,
  #urg-map {
    width: 100%;
  }

  /* #rsp-sca-logo-wv {
    display: none;
  } */
}

@media screen and (max-width: 768px) {
  .email-inst-header-text {
    text-align: center !important;
  }
}

@media screen and (min-width: 1900px) {
  .ara-grid-buttons {
    height: 75px;
  }
}
