#location {
  margin-top: 38px;
  margin-bottom: 0;
  padding-bottom: 46px;
}

#location .title {
  font-size: 39px;
  line-height: 1.0625em;
  margin-bottom: 40px;
}

#location .title span {
  font-size: 27.5px;
  line-height: 48px;
  width: fit-content;
  margin: 0 auto 8px auto;
  padding: 0 14px;
  font-weight: 400;
}

#location .location-inner {
  gap: 0 104px;
}

#location .manager a,
#location .customer a {
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  color:#fff;
  background-color: var(--yellow);
  color: #000;
  padding: 0 20px;
}

#location .manager a {
  margin-top: 19px;
}

#location .manager,
#location .contact,
#location .hours {
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 42px;
}
#location .contact .phone a {
  padding: 0 !important;
}

#location .welcome h5 {
  font-size: 1.875em;
  margin-bottom: 20px;
}

#location .manager-name,
#location .contact h5,
#location .hours h5,
#location .customer h5 {
  font-size: 25px;
}

#location .contact h5:first-of-type {
  margin-bottom: 9px;
}

#location .hours tr td:first-child {
  min-width: 149px;
}

#location .hours {
  font-size: 18px;
  line-height: 32px;
}

#location .address {
  line-height: 23px;
  margin-bottom: 24px;
}

#location .address a {
  color: #000;
}

#location .role {
  font-size: 18px;
  line-height: 1;
}

#location .contact .image-wrapper {
  flex-basis: 50px;
}

#location .main {
  margin-top: 13px;
  flex-basis: 710px;
}

#location .side {
  flex: 0 0 305px;
}

#location .welcome p {
  font-size: 1em;
  line-height: 26px;
}

#location .welcome a {
  text-decoration: underline;
  color: #6ca211;
}

#location .contact img {
  max-height: 31px;
  margin-top: -3px;
}

#location .contact p {
  font-size: 18px;
}

@media screen and (max-width: 767px ) {
  #location {
    margin-top: 30px;
  }
  #location .main {
    position: relative;
    order: 2;
    margin-top: 81px;
  }
  #location .location-inner {
    flex-wrap: wrap;
  }
  #location .side {
    margin-top: 17px;
    flex: 1;
  }
  #location .manager,
  #location .contact,
  #location .hours {
    margin-bottom: 2em;
  }
  #location .contact {
    max-width: 192.5px;
    margin: 0 auto;
    border: none;
    padding-bottom: 13px;
  }
  #location .address {
    margin-bottom: 9px;
  }
  #location .contact .button {
    padding: 0;
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 100%;
    max-width: unset;
    margin: 30px auto 0 auto;
    background-color: var(--yellow);
    color: #000;
    font-size: 15px;
  }
  #location .contact > div {
    align-items: flex-start;
  }
  #location .contact .phone a {
    font-size: 15px;
    line-height: 20px;
  }
  #location .contact .image-wrapper {
    flex-basis: 41px;
  }
  #location .contact h5:first-of-type {
    text-align: center;
  }
  #location .contact p {
    font-size: 15px;
    line-height: 20px;
  }
  #location .contact h5 {
    font-size: 18px;
  }
  #location .manager {
    text-align: center;
    border: none;
    margin-bottom: 16px;
  }
  #location .manager a {
    font-size: 16px;
    margin-bottom: 2em;
  }
  #location .title {
    margin-bottom: 2px;
  }
  #location .hours {
    margin-top: 66px;
    border: none;
    position: relative;
  }
  #location .customer {
    border: none;
    position: relative;
  }
  #location .hours::before,
  #location .customer::before,
  #location .welcome::before {
    content: '';
    position: absolute;
    background-color: var(--dark-gray);
    height: 1px;
    top: -39px;
    width: 100vw;
    left: -15px;
  }
  #location .hours h5 {
    text-align: center;
    margin-bottom: 20px;
  }
  #location .hours table {
    margin: 0 auto;
  }
  #location .customer {
    text-align: center;
  }
  #location .welcome h5 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  #location .welcome p {
    line-height: 24px;
  }
}

@media screen and (max-width: 567px ) {
  #location {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  #location .title {
    font-size: 30px;
    line-height: 1;
  }
  #location .title span {
    font-size: 22px;
    line-height: 37.5px;
  }
  #location .manager a {
    margin-bottom: 40px;
  }
}
