*{
    font-family: sans-serif;
  }
  footer {
    border-top: 2px solid rgb(233, 230, 230);
  }
  .footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 75%;
    margin-left: 120px;
    padding-top: 30px;
  }
  .col-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 200px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
  }
  .col-2 ul,
  .col-3 ul,
  .col-4 ul,
  .col-5 ul {
    line-height: 2;
    margin-left:40px;
  }
  .col-2 p,
  .col-3 p,
  .col-4 p,
  .col-5 p {
    margin-left: 40px;
    margin-bottom:10px;
    font-weight: 700;
  }
  .col li {
    list-style: none;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
  }
  .col p {
    font-family: sans-serif;
    font-size: 14px;
  }
  .footer-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    line-height: 2;
  }
  .footer-form input {
    height: 32px;
    width: 200px;
    border: 1px solid rgb(212, 205, 205);
  }
  .footer-form .email {
    display: flex;
  }
  .footer-form .email>img{
      background-color: rgb(235, 235, 235);
      padding: 8px;
      border-radius: 14px;
      margin-left: 5px;
  }
  .footer-form .email>img:hover{
    cursor: pointer;
    background-color: #000;
  }
  .footer-form button {
    float: left;
    width: 80px;
    padding: 10px;
    background-color: rgb(29, 28, 28);
    color: white;
    border: none;
  }
  .footer-form button:hover{
      cursor: pointer;
  }
  .social-media {
    line-height: 2;
    margin-top: 30px;
  }
  .social-media-icon {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-left:-40px;
  }
  .social-media-icon li {
    list-style: none;
    margin-right:15px;
  }
  
  .footer-img {
    position: absolute;
    margin-top: -100px;
    padding-right: 50px;
    padding-top: 60px;
  }

  .end {
    background-color: rgb(233, 229, 229);
    padding: 30px;
    line-height: 2;
    margin-top: 50px;
  }
  .end ul {
    display: flex;
    flex-direction: column-;
    justify-content: center;
    width: 90%;
    margin: auto;
    font-size: 12px;
    height: 30px;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
  }
  .end ul li {
    list-style: none;
    border-right: 1px solid grey;
    padding: 0 5px 0 5px;
  }
  
  #copy {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .help-btn {
    width: 100%;
    background-color: rgb(233, 229, 229);
    padding: 20px 0 20px 0;
    font-family: sans-serif;
    display: none;
  }