@media all and (min-width: 1024px) {
  .footer-menus {
    max-width: 900px;
    width: 100%;
  }
  .service-title {
    padding-left: 7rem;
  }
}
.caption {
  position: relative;
  bottom: 0;
  z-index: 9999;
  font-size: 14px;
  /*top: 100%;*/
}
.new-bg {
  background-color: #F4EFE8;
}
.home-bg {
  background-color: #432321;
}
.home-base-text {
  color: #F4EFE8;
}
.title-color {
  color: #432321;
}
.base-text {
  color: #393939;
}
.btn-bg-new {
  background-color: #983228;
}
.two-column-list {
  columns: 2;
  -webkit-columns: 2;
  column-gap: 20px;
  list-style: none;
  padding: 0;
  max-width: 200px;
  width: 100%;
}

.two-column-list li {
  margin-bottom: 10px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
img.espabanner {
  position: fixed;
  right: 0;
  bottom: 59px;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  z-index: 9;
}