 .footer {
  background: #ffffff;
  color: #464646;
  font-family: 'Segoe UI', sans-serif;
  padding: 40px 0px 0px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.footer-header h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.footer-header .highlight {
  color: #00cfe8;
}
.footer-header p {
 font-family: Raleway;
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

  color: #878787;
}

.footer-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  text-align: left;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}
.footer-column h3 {
  margin-bottom: 10px;
 font-family: Raleway;
font-weight: 600;
font-size: 20px;
line-height: 6.17px;
letter-spacing: -0.21px;
vertical-align: middle;
color: #464646;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li a {
  color: #878787;
  text-decoration: none;
  display: block;
  margin: 5px 0;
  font-family: Raleway;
font-weight: 400;
font-size: 15px;
line-height: 27.94px;
letter-spacing: 0%;
vertical-align: middle;

}
.footer-column ul li a:hover {
  color: #02D1D9;
}

.footer-payment {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.footer-payment img {
  height: 47px;
  padding: 5px;
  border-radius: 8px;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
  gap: 15px;
}
.footer-socials a {
display: flex;
    background: #02D1D9;
    border-radius: 50%;
    width: 50px;
    padding: 11px;
    /* display: inline-block; */
    height: 50px;
    justify-content: center;
    align-items: center;
}
.footer-socials img {
  width: 30px;
  height: 30px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: Raleway;
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
align-items: center;
  background: #02D1D9;
  color: #fff;
  padding: 10px 173px;
}
.footer-bottom a {
  color: #fff;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
  }
  .footer-column,
  .footer-payment {
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}









    