.page-template-home #hero {
  height: auto;
  background-size: 110%;
  background-position: top;
  padding-top: 300px;
  background-color: var(--blue);
}
.location-google-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  max-width: 1200px;
  margin: 20px auto 0;
}
.location-google-boxes .box {
  width: 38%;
  border-radius: 20px;
  background-color: #fff;
  padding: 30px;
  border: 5px solid transparent;
  transition: 0.3s;
}
.location-google-boxes .box:hover {
  transition: 0.3s;
  border-color: var(--main);
}

.location-google-boxes .box:last-of-type {
  width: 18%;
  display: flex;
  align-items: center;
  padding: 15px;
}
.location-google-boxes .box:last-of-type:hover {
  border-color: transparent;
}
.location-google-boxes .box .box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.location-google-boxes .box .box-top img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.location-google-boxes .box .box-top div {
  text-align: left;
  width: calc(100% - 60px);
}
.location-google-boxes .box .box-top div .title {
  color: #021687;
  font-family: var(--fontH);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
}
.location-google-boxes .box .box-top div p {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.location-google-boxes .box .box-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.location-google-boxes .box .box-bottom .rank {
  font-size: 35px;
  line-height: 1;
  /* border-right: 1px solid #eee; */
}
.location-google-boxes .box .box-bottom .google {
  padding: 0 20px;
}
.location-google-boxes .box .box-bottom .google img {
  width: 40px;
}
.location-google-boxes .box .box-bottom .stars i {
  color: #f5bf05;
}
.location-google-boxes .box .box-bottom .rev {
  font-size: 14px;
  color: #555;
}

@media screen and (max-width: 1201px) {
  .page-template-home #hero {
    padding-top: 200px;
  }
  .location-google-boxes {
    max-width: 100%;
  }
  .location-google-boxes .box {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .location-google-boxes .box {
    width: 49%;
  }
  .location-google-boxes .box .box-top {
    align-items: flex-start;
  }
  .location-google-boxes .box .box-top img {
    width: 35px;
    height: 35px;
  }
  .location-google-boxes .box .box-bottom .google img {
    width: 30px;
  }
  .location-google-boxes .box .box-top div {
    width: calc(100% - 40px);
  }
  .location-google-boxes .box:last-of-type {
    width: 50%;
    margin-top: 25px;
  }
  .location-google-boxes .box:last-of-type img {
    height: 100px;
    display: block;
    width: auto;
    margin: 0 auto;
  }
  .location-google-boxes .box .box-bottom .rank {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-home #hero {
    padding-top: 100px;
  }
  .location-google-boxes {
    margin-top: 0;
  }
  .location-google-boxes .box {
    width: 100%;
    margin-top: 25px;
  }
  .location-google-boxes .box:last-of-type {
    width: 100%;
    margin-top: 25px;
    display: block;
    padding: 10px;
  }
  .location-google-boxes .box:last-of-type img {
    height: 100px;
  }
}

@media screen and (max-width: 575px) {
  .page-template-home #hero {
    padding-top: 100px;
    background-size: 120%;
  }
}

@media screen and (max-width: 450px) {
  .location-google-boxes .box {
    padding: 10px;
    margin-top: 15px;
  }
  .location-google-boxes .box:last-of-type {
    margin-top: 15px;
  }
}