  .contact-us-btn {
  margin: 0;
  align-self: center;
}

.other-products {
  margin-left: 2rem;
}

.other-products li:not(last-of-type) {
  margin-bottom: 1rem;
}

.italic {
  font-style: italic;
}

.location-img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .plus-violet {
    margin-left: 3rem;
  }

  h1 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .plus-violet {
    margin-left: 6rem;
  }
}

@media only screen and (max-width: 768px) {
  .location-img {
    margin-top: 2rem;
  }
}
