.gearguru-404,
.henro-404 {
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  height: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.gearguru-404 .button,
.henro-404 .button {
  display: flex;
  width: 100%;
  font-weight: bold;
  background: #00a3da;
  text-decoration: none;
  color: #fff;
  padding: 10px 6px;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.gearguru-404 .button:hover,
.henro-404 .button:hover {
  background: #333;
}

.gearguru-404 .cta,
.henro-404 .cta {
  display: flex;
  width: 100%;
  text-align: center;
}

.gearguru-404 .logo-left,
.henro-404 .logo-left {
  height: 110px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-content: center;
}

.gearguru-404 .heading,
.henro-404 .heading {
  width: 260px;
  padding: 20px;
}

.region-content-bottom {
   margin-top: 60px;
  margin-bottom: 100px;
}

@media screen and (min-width: 600px) {
  .region-content-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
}
