#wrapper .content .section6 .foot {
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#wrapper .content .section6 .foot .head .head-main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
#wrapper .content .section6 .foot .footMain {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#wrapper .content .section6 .foot .footMain .bottom {
  height: 85%;
  width: 12%;
}
#wrapper .content .section6 .foot .footMain .bottom img {
  width: 100%;
  height: 100%;
}
