:root {
  --red: red;
  --midnight-blue: #232b5f;
  --white: white;
  --dark-red: darkred;
  --yellow: yellow;
}

.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;
}

.image {
  width: auto;
  max-width: 400px;
  display: inline-block;
}

.div-block {
  background-color: #0000;
  border-bottom: 0 solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 50vh;
}

.slide {
  background-image: url('../images/Rummell-Building-Pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-2 {
  z-index: -1;
  background-image: url('../images/name-sign.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3 {
  background-image: url('../images/garage-bay_crop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-4 {
  background-image: url('../images/tire-machine_crop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/certificate.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-arrow, .right-arrow, .slide-nav {
  z-index: 0;
}

.paragraph {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.heading {
  color: var(--red);
  text-align: center;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.list {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.list-2 {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.image-2 {
  width: auto;
  min-width: auto;
  max-width: 35%;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.section {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-2 {
  background-image: url('../images/Rummell-Building-Pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-right: 0;
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  display: flex;
}

.image-3 {
  border-top: 0px solid var(--red);
  border-bottom: 0px solid var(--red);
}

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

.slide-1 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slider-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 50vh;
  max-height: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-4, .image-5, .image-6 {
  max-height: 100%;
}

.slide-6 {
  background-image: url('../images/name-sign.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: url('../images/garage-bay_crop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/tire-machine_crop.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-9 {
  background-image: url('../images/certificate.JPG');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-3 {
  background-color: #0000;
  height: 40vh;
  padding-top: 30px;
}

.link {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.link:hover {
  color: #232b5fe6;
}

.text-block {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
}

.text-block-2 {
  color: var(--white);
  text-align: center;
}

.section-3 {
  background-color: var(--midnight-blue);
}

.section-4 {
  border-top: 24px solid var(--red);
  background-color: var(--midnight-blue);
  height: auto;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 205px;
  display: flex;
}

.bold-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  color: var(--white);
  padding-bottom: 11px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-2:hover {
  color: var(--red);
}

.left-arrow-2, .slide-nav-2, .right-arrow-2 {
  z-index: 0;
}

.grid-2 {
  grid-template-rows: auto;
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.list-item {
  padding-top: 4px;
}

@media screen and (max-width: 767px) {
  .image {
    max-width: 400px;
  }

  .div-block.centered {
    align-items: center;
  }

  .div-block-2, .div-block-3 {
    align-items: flex-start;
  }

  .image-2 {
    max-width: 45%;
  }

  .section {
    padding-left: 41px;
    padding-right: 41px;
  }

  .div-block-7.centered {
    align-items: center;
    height: auto;
    padding-bottom: 20px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 300px;
  }

  .slider-3 {
    height: 30vh;
  }
}


