footer{
  height:200px;
  background-color: #eee;
  border-top: #ccc solid 1px;
}
footer > #flex_wrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
footer > #flex_wrapper > .flex_left > img{
  height: 75px;
  margin-top: 80px;
  margin-left: 30px;
}
footer > #flex_wrapper > .flex_right{
  display: flex;
}
footer > #flex_wrapper > .flex_right > a{
  margin-top:20px;
  margin-right: 10px;
}
footer > #flex_wrapper > .flex_right > a > p{
  
  font-size:14px;
  font-weight: 500;
}
footer > small { 
  width: 100%;
  font-size: 8px;
  display: block;
  text-align: center;
  font-weight: 600;
}