.footer-area {
  color: #fff;
  padding: 30px 90px;
}

.footer-area h2{
  color: white;
  text-align: center;
}

.footer-link {
  text-decoration: underline;
  color: yellow;
}

.attention-line {
  width: 100%;
  height: 2px;
  line-height: 0;
  margin: 10px auto;
  border-top: 1px dashed #542;
}

/* oocss */
.m-0{
  margin:0;
}
.color-e8ca22{
  color:#e8ca22;
}
.color-e8ca22:hover{
  color:#c80;
}
.text-center{
  text-align:center;
}