body {
    background: url("../../assets/img/bg.png") top center/cover no-repeat;
    font-family: "Avenir";
    color: #fff;
  }
  .about {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 30px;
  }

h1{
    font-size: 16px;
}

.footer-5451 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    height: 170px;
  }
  
  .footer-5451__links {
    display: block;
    position: relative;
    z-index: 5;
  }
  
  .footer-5451__link {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-decoration: none;
    color: #ffffff;
  }
  
  .footer-5451__bg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
