.news-letter-form-button {
  background: linear-gradient(to left, #f4f5f5 50%, #e43c5c 50%) right;
  background: -webkit-linear-gradient(to left, #f4f5f5 50%, #e43c5c 50%) right;
  width: 100%;
  background-size: 200%;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.news-letter-form-button:hover {
  background-position: left;
  color: #fff;
}

.news-letter-form {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.footer-social {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 400px) {
  .news-letter-form-button {
  }
}

@media (max-width: 600px) {
  .item.footer-extra {
    display: none;
  }
}

.item.footer-extra {
  text-align: center;
  margin-bottom: 20px;
}

.office-city-heading {
  margin-bottom: 20px;
  margin-top: 0;
}

.office {
  color: #fdeff2;
}

@media (max-width: 400px) {
  .office {
    margin-top: 20px;
  }
}

@media (max-width: 800px) {
  .offices-container {
    margin-bottom: 35px;
  }
}

.office p {
  font-size: 13px;
  margin-bottom: 10px;
  opacity: 0.8;
}

.office p a {
  color: #fdeff2;
  font-size: 13px;
  text-decoration: initial;
  opacity: 0.8;
}

.address-row-container {
  display: flex;
}

.address-row-container i {
  margin-right: 5px;
  font-size: 20px;
  opacity: 0.8;
}

.subscribe-form-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

