footer {
  padding: 60px;
  background-color: #fff;
}

footer .container {
  border-top: 1px solid #e8e8e1;
  padding-top: 20px;
}

footer .flex-con {
  justify-content: space-between;
  padding-bottom: 20px;
}

footer h4 {
  font-size: 13px;
}

footer p {
  font-size: 14px;
}

footer .flex-left,
footer .flex-right {
  flex: 1 1 50%;
}

footer .flex-left img {
  height: 120px;
}

footer .flex-right ul {
  list-style: none;
}

footer ul li {
  padding: 10px;
}

footer ul li a {
  transition: all 0.3s;
  position: relative;
  padding-bottom: 3px;
}

footer ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #013220;
  transition: width 0.3s ease;
}

footer ul li a:hover {
  color: #76c476;
}

footer ul li a:hover::after {
  width: 100%;
}

footer .bottom{
  border-top: 1px solid #e8e8e1;
  padding-top: 20px;
  text-align: center;
}

footer .bottom a{
  transition: all .3s;
}

footer .bottom a:hover{
  color: #013220;
}

footer .flex-left a {
	color: #aed651;
}
footer .flex-left a:hover {
	text-decoration: underline;
}

@media screen and (max-width:820px) {
  footer .flex-con{
    flex-direction: column;
	text-align: center;
  }
  footer .flex-left p,
  footer .flex-left h4{
  	text-align: left;
  }
  footer ul{
    padding:0;
  }
}
