

@media screen and (max-width: 950px) {
  .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .contact {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer {
    height: 150px;
  }
}

@media screen and (max-width: 850px) {
  .footer {
    margin-bottom: 60px;
  }

  .footer_navbar {
    display: flex;
  }
}

@media screen and (max-width: 650px) {
  .footerExtra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
  }

  .footerExtra div {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerExtra a {
    display: block;
    width: 100%;
  }

  .contact {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    height: 260px;
  }

  .end {
    height: 100px;
  }
}

@media screen and (max-width: 620px) {
}

@media screen and (max-width: 520px) {
}
