.footer-main {
  justify-content: space-around;
  margin: auto;
}
.footer-main a {
  color: #fff;
}
.footer-main a:hover {
  text-decoration: underline;
}
.footer-logo-section {
  width: 20%;
}
.footer-main h3 {
  padding-bottom: 20px;
  font-size: 24px;
}
.footer-links,
.footer-contact,
.footer-member {
  width: 22%;
}
.img-wrap,
.img-wrap img {
  display: block;
  width: 100%;
}

.footer-logo-section {
  justify-content: space-between;
}
.links-list {
  flex-wrap: wrap;
}
.links-list li{
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
}

.contact-list li {
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.footer-socials {
  justify-content: space-around;
}
.icon-facebook,
.icon-twitter,
.icon-in {
  font-size: 24px;
  color: #ff6f80;
}
.certifications {
  justify-content: space-around;
}
.certifications img {
  width: 40%;
  object-fit: contain;
}
.copyright {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
}