.footer {
  max-width: 1300px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0px 0px;
  padding: 40px;
}
.pp {
  font-family: Nunito, Nunito;
  font-weight: 800;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.wep {
  font-family: Nunito, Nunito;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  margin: 8px 0 20px 0;
}

.ullll {
  display: flex;
}
.ullll li {
  font-size: 30px;
  margin-right: 32px;
  border-radius: 50%;
  color: #8168ff;
  border: solid 1px #8168ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pt {
  display: flex;
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}

.pt p {
  margin-right: 20px;
  margin: 20px 0;
}

.pt p a {
  margin-right: 30px;
  border-bottom: 2px solid #333333;
}

.fp {
  font-family: Nunito, Nunito;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
@media (max-width: 1300px) {
.footer {
   
    max-width: 95%;
  }

}

@media (max-width: 800px) {

 .footer {
    width: 95%;
    padding: 20px;
  }

}
@media (max-width: 700px) {
  .pp {
    font-size: 14px;
    line-height: 18px;
  }
  .wep {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 20px 0;
  }
  .ullll li {
    font-size: 26px;
    margin-right: 16px;
  }
  .pt {
    font-size: 14px;
    line-height: 18px;
  }
  .fp {
    font-size: 12px;
    line-height: 16px;
  }
}
