*{
  padding: 0;
  margin: 0;
}
i, a{
  font-style: normal;
  text-decoration: none;
  color: black;
}
li{
  list-style: none;
}
.footer{
  width: 100%;
  height: 400px;
  display: flex;
  background-color: #0d2135;
}
.footer-left{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: 15%;
}
.s{
  display: flex;
  color: #ffffff;
}
.s img{
  margin-right: 18px;
  margin-bottom: 12px;
}
.s h1{
  font-size: 34px;
  line-height: 56px;
}
.s p{
  font-size: 20px;
}
.one{
  margin: 50px 0;
}
.copyright{
  margin-top: 60px;
}
.footer-left a{
  margin-top: 40px;
  font-size: 16px;
  color: #ccc;
}
.footer-left span{
  margin-top: 40px;
  font-size: 16px;
  color: #ccc;
}
.footer-right {
  width: 168px;
  height: 168px;
  margin: 120px 0 0 400px;
  background-color: #ffffff;
}