.footer {
  background: #62825e;
  padding: 50px 0;
}

.footer-first {
  display: flex;
  column-gap: 100px;
  color: #ffffff;
  justify-content: space-between;
}
.footer-first h4 {
  margin-bottom: 26px;
  font-size: 21px;
}

.free-div{
  display: flex;
  gap:50px;
}

.quick-links-wrap{
  max-width:300px;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 16px;
  color: #f9f9f9;
}
.quick-links li {
  width: 48%;
}

.quick-options li {
  color: #f9f9f9;
}

.quick-links li:hover a {
  opacity: 0.7;
}

.quick-options li:not(:first-child) {
  margin-top: 15px;
}

.footer-second {
  display: flex;
  align-items: center;
  color: #f9f9f9;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #f9f9f947;
}
.footer-second p {
  margin: 0;
}


.quick-options i {
  margin-right: 10px;
}

.quick-options .fa-building {
  position: absolute;
  top: 5px;
}

.quick-options li{
  position: relative;
}

.quick-options li p{
  padding-left:20px;
}