body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  line-height: normal;
}
.logo-icon {
  position: relative;
  width: 6.25rem;
  height: 3.43rem;
  object-fit: cover;
}
.header {
  align-self: stretch;
  background-color: #1e1e1e;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1rem 4rem;
  align-items: center;
  justify-content: center;
}
.welcome-text,
.welcome-title {
  align-self: stretch;
  position: relative;
}
.welcome-title {
  line-height: 120%;
  font-weight: bold;
}
.welcome-text {
  font-size: 1.13rem;
  line-height: 150%;
}
.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  max-width: 86rem;
}
.valley-west-ace {
  align-self: stretch;
  position: relative;
  line-height: 140%;
}
.map-pin-location-direction-pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.75rem;
  height: 8.04rem;
  object-fit: cover;
}
.map-pin-location-direction-pos-wrapper {
  position: relative;
  border-radius: 4px;
  background-color: #ce0000;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  flex-shrink: 0;
}
.gas-point-rd {
  margin: 0;
}
.span {
  text-decoration: underline;
}
.a {
  color: inherit;
}
.gas-point-rd-container,
.mon-fri-730am-container {
  align-self: stretch;
  position: relative;
  line-height: 150%;
}
.mon-fri-730am-container {
  color: #000;
}
.gas-point-rd-cottonwood-ca-96-parent {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
}
.address,
.address1,
.frame-parent {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.frame-parent {
  flex-direction: row;
  gap: 1.5rem;
}
.address,
.address1 {
  flex-direction: column;
}
.address1 {
  font-size: 1rem;
  color: inherit;
}
.address {
  gap: 1rem;
}
.shop-online {
  flex: 1;
  position: relative;
  line-height: 150%;
  font-weight: 600;
}
.btn-priary {
  align-self: stretch;
  border-radius: 4px;
  background-color: #b80000;
  border: 1px solid #b80000;
  display: flex;
  flex-direction: row;
  padding: 0.75rem 1.5rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
.store-card,
.store-card1,
.store-card2 {
  flex: 1;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 16px rgb(0 0 0 / 10%);
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  min-width: 18.729rem;
  max-width: 22.88rem;
  z-index: 2;
}
.store-card1,
.store-card2 {
  z-index: 1;
}
.store-card2 {
  z-index: 0;
}
.main,
.store-location {
  align-self: stretch;
  display: flex;
  gap: 2rem;
}
.store-location {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  /* min-width: 22.88rem; */
  font-size: 1.25rem;
}
.main {
  overflow: hidden;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  justify-content: flex-start;
  background-image: url(./images/main@3x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.long-heading-is {
  flex: 1;
  position: relative;
  line-height: 120%;
  display: inline-block;
  text-align: end;
  min-width: 18rem;
  max-width: min-content;
}
.rent-with-us {
  font-weight: 600;
}
.lorem-ipsum-dolor-container {
  flex: 1;
  position: relative;
  font-size: 1.23rem;
  line-height: 180%;
  display: inline-block;
  min-width: 18rem;
}
.lorem-ipsum-dolor-container span {
  padding-bottom: 2rem;
  display: block;
}
.parralax {
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.rental-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3rem;
  max-width: 86rem;
}
.parralax {
  overflow: hidden;
  padding: 4rem;
  background-image: url(./images/rental-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  font-size: 2.5rem;
  line-height: 150%;
  color: #fff;
}
.footer,
.parralax,
.wrapper {
  display: flex;
  flex-direction: column;
}
.footer {
  align-self: stretch;
  background-color: #fff;
  overflow: hidden;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
}
.wrapper {
  position: relative;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 23.438rem;
  text-align: left;
  font-size: 2.25rem;
  color: #000;
}
