.footer {
  color: #2b2b2b;
  background-color: #2b2b2b;
  justify-content: center;
  align-items: center;
  padding: 60px 120px;
  display: block;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}
.footer-last {
    color: #f7f5f2;
    text-align: center;
    text-transform: uppercase;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}
.footer-head {
  color: #f7f5f2;
  text-align: left;
  text-transform: uppercase;
  font-family: Tenor Sans, sans-serif;
  font-size: 19px;
}

.footer-text {
  color: #f7f5f2;
  font-family: Arimo, sans-serif;
  font-size: 18px;
}
.footer-text a {
  color: #f7f5f2;
  text-decoration: none;
}
.footer-text:hover a {
  text-decoration: underline;
}
.columns-8 {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-8-copy {
  width: 100%;
  height: 100%;
/*  padding-left: 60px;
  padding-right: 60px;*/
}
.w-col-footer-left {
    padding-left: 0px;
}
.div-block-19 {
  width: auto;
  border-bottom: 1px solid #f7f5f2;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-19.noborder {
  border: 1px solid #2b2b2b;
}

@media screen and (min-width: 1920px) {
  .footer-head {
    font-size: 26px;
    line-height: 25px;
  }

  .footer-text {
    font-size: 25px;
    line-height: 30px;
  }

  .columns-8-copy {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    background-color: #2b2b2b;
    padding: 60px 60px;
  }

  .footer-head {
    text-align: left;
  }

  .footer-text {
    font-size: 16px;
  }

  .columns-8-copy {
    padding-left: 20px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .footer-head {
    text-align: left;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .footer-text {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-head {
    padding-bottom: 10px;
  }

  .footer-text {
    padding-bottom: 10px;
    display: block;
  }

  .w-col-footer-left {
    padding-left: 10px;
  }
}
