.footer {
  background-color: #f5f5f5;
  padding: 40px 0px;
}

.footer-container {
  max-width: 1240px;
  margin: 0 auto;
}
.footer-links ul {
  padding: 0;
  list-style: none;
}
.footer-links ul li a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0D0D0D;
  text-decoration:none;

}
.footer-links h4 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  margin-bottom:25px;
}
.footer-bottom {
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  color: #fff !important;
}
.footer-bottom a {
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  vertical-align: middle;
  color: #fff;
  text-decoration:none;
}
.footer-desc {
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #666666 !important;
  margin-top:25px;
  margin-bottom:0;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:0 0rem;
}

.footer-left {
  flex: 1 1 300px;
  min-width: 250px;
}

.footer-right {
  display: flex;
  flex: 2 1 600px;
  justify-content: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-links,
.footer-social {
  min-width: 200px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bottom-section {
  background: #0A1926;
}
.footer-bottom {
  padding:15px 1rem;
  text-align: center;
  font-size: 14px;
  color: #555;

}
.footer-links ul {
  margin: 0;}
@media screen and (max-width: 767px) {
  .footer-main {
    display:inline-block
  }

  .footer-right {
    display: inline-block;
  }
  .footer {
    padding-bottom:0'
  }
  .footer-left {
    margin-bottom: 20px;
  }
}
