:root {
  --white: #fff;
  --burgundy: #5c0202;
  --black: #000;
  --color: #ffc800;
  --dk-gray: #292424;
  --white-photo-haze: #d6c3c34d;
  --gray-photo-haze: #2c252533;
  --gray: #777;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: var(--white);
  text-decoration: none;
}

.desktop-menu-block {
  height: 84px;
}

.desktop-menu {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-top: 2px;
  display: flex;
}

.logo-block {
  justify-content: flex-start;
  align-items: center;
}

.logo {
  height: 62px;
  margin: 10px;
}

.mobile-menu-block {
  height: 80px;
  display: none;
}

.mobile-menu {
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.page-content {
  flex: 1;
}

.footer-desktop {
  background-color: var(--burgundy);
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 16px;
  position: static;
  inset: auto 0% 0%;
}

.contact-narrow-desktop {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-inside-grid-div {
  color: var(--white);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-image {
  margin-right: 10px;
  padding-right: 0;
}

.contact-text {
  color: #fff;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.footer-mobile {
  background-color: #730853;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 16px;
  display: none;
}

.contact-center-mbl {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-inside-grid-div-mbl {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.white-hero-heading {
  color: var(--white);
  text-align: center;
  text-shadow: 0 5px 6px var(--black);
  max-width: 900px;
  margin: 10px auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-style: italic;
  font-weight: 700;
  line-height: 70px;
}

.hero-div-1 {
  background-image: linear-gradient(#00000036, #00000036), url('../images/Under-Car-Repairs-1200x800.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 380px;
  display: flex;
  position: static;
}

.container {
  flex-flow: column;
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrench-block {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
}

.logo-wrench {
  height: 55px;
  margin: 10px 0 10px 10px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: var(--burgundy);
  text-align: center;
  margin-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  line-height: 40px;
}

.white-hero-heading-2 {
  color: var(--white);
  text-align: center;
  text-shadow: 0 5px 6px var(--black);
  max-width: 900px;
  margin: 10px auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 700;
  line-height: 60px;
}

.heading-4 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  line-height: 28px;
}

.contactheaderdesktop {
  background-color: var(--burgundy);
}

.header-desktop {
  background-color: var(--burgundy);
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 16px;
}

.header-mobile {
  background-color: #730853;
  margin-top: auto;
  padding-top: 14px;
  padding-bottom: 16px;
  display: none;
}

.google-map {
  margin-top: 14px;
}

.page-wrap {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
}

.text-span {
  color: #eb0101;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}

@media screen and (max-width: 991px) {
  .desktop-menu-block {
    display: none;
  }

  .logo {
    margin-left: 0;
  }

  .mobile-menu-block {
    display: block;
  }

  .mobile-menu {
    justify-content: center;
    align-items: center;
  }

  .footer-desktop {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .contact-narrow-desktop {
    display: block;
  }

  .footer-copyright-center {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-mobile {
    background-color: var(--burgundy);
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .contact-center-mbl {
    width: 100%;
    display: block;
  }

  .contact-inside-grid-div-mbl {
    color: var(--white);
  }

  .white-hero-heading {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 58px;
  }

  .hero-div-1 {
    height: 300px;
    margin: 0;
    padding-bottom: 40px;
  }

  .logo-wrench {
    height: 50px;
    margin-right: 10px;
  }

  .heading-3 {
    margin-top: 10px;
  }

  .white-hero-heading-2 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 58px;
  }

  .header-desktop {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .header-mobile {
    background-color: var(--burgundy);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .contact-center-mbl {
    width: 100%;
  }

  .white-hero-heading {
    font-size: 40px;
    line-height: 56px;
    display: block;
  }

  .hero-div-1 {
    height: 280px;
    padding-bottom: 20px;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .white-hero-heading-2 {
    font-size: 32px;
    line-height: 56px;
    display: block;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .logo-block {
    margin-left: 0;
  }

  .logo {
    margin-left: 10px;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .contact-text {
    font-size: 14px;
  }

  .footer-mobile {
    margin-top: 10px;
  }

  .contact-center-mbl {
    width: 100%;
  }

  .white-hero-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-div-1 {
    justify-content: center;
    align-items: center;
    height: 210px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrench-block {
    margin-left: 0;
    display: block;
  }

  .logo-wrench {
    margin-right: 0;
  }

  .heading-3 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .white-hero-heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .google-map {
    margin-top: 10px;
  }
}

#w-node-_9c97b1b3-9e20-0c21-27bc-b8ccc07d0c89-2e722937, #w-node-_9c97b1b3-9e20-0c21-27bc-b8ccc07d0c8d-2e722937, #w-node-fc426d6a-b86d-9085-9e0a-d7a21747a85f-2e722937, #w-node-fc426d6a-b86d-9085-9e0a-d7a21747a867-2e722937, #w-node-_439bd7f4-47a8-8c23-5a69-f2caeea0f7c3-2e722937, #w-node-_439bd7f4-47a8-8c23-5a69-f2caeea0f7c7-2e722937, #w-node-_04c14191-8004-5f1e-b407-47b0b88c149e-2e722937, #w-node-_04c14191-8004-5f1e-b407-47b0b88c14a6-2e722937 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


