@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,600;0,700;1,100;1,300;1,700&display=swap');
body *{box-sizing:border-box}
body {
  padding: 0px;
  margin: 0px;
  font-family:"Montserrat";
}
h2,h3,h1,h4{
  font-family:inherit;
}
.lss {
  background-color: #444;
  display: none;
  width: 100%;
  flex-direction: wrap;
  justify-content: space-around;
}
.q_links{
  width: 100px;
}
.lass {
  width: 150px;
}
.contact {
  width: 160px;
}
footer a {
  font-family: inherit;
  margin: 4px 0px;
  display: block;
  text-decoration: none;
}
footer a:hover,
footer a {
  color: #fff;
}
footer h3 {
  margin-top: 3px;
  font-family: inherit;
}
.first_i {
  width: 40%;
  flex-direction: column;
  justify-content: space-between;
}
.pfooter > div {
  margin: 0px 10px;
}

.first_i > * {
  margin: 10px 0px;
}

.efooter {
  background-color: #000;
  font-weight: bold;
  padding-left: 2pc;
  width: 100%;
}
.pfooter {
  width: 100%;
  background-color: #5c5c5c;
  display: flex;
  padding: 3pc 10px 1pc;
  align-items: center;
  justify-content: space-around;
}
footer,
.pfooter,
.first_i,
.social {
  display: flex;
  align-items: start;
}
.social > a {
  text-decoration: none;
  margin: 0px 6px;
}
footer > * {
  width: 100%;
  padding: 10px;
}
footer {
  min-width: 299px;
  color: #fff;
  margin-top:7pc;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .q_links {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .lss {
    display: flex;
  }
  .lass {
    display: none;
  }
  .pfooter {
    justify-content: space-between;
  }
  .first_i {
    width: 60%;
  }
}
@media only screen and (max-width: 530px) {
  .pfooter {
    flex-direction: column;
    align-items: center;
  }
  .pfooter > div {
    width: 100%;
  }
}