
  .footer{

    color: white;
    text-align: center;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 250px;
    height: 100%;
    width: 100vw;
    padding: 80px 0px;
    background-color: #414141  !important;
  }

  .footer h2 {
    padding: 30px 0px 10px 0px;
    font-family: "CircularAirpro-Bold";
  }

  .footer p {
    font-family: 'Circular Air Pro';
    padding: 10px 0px;
    
  }

  .footer2 {
    border-bottom: 1px solid white;
    width: 90vw;
  }

  .footer2 p {
    padding-bottom: 15px;
  }