.footerbody {
  background: #041C44;
  padding: 50px 150px;
  display: flex;
  /* justify-content: space-between; */
  gap: 200px;
}
.socials {
  margin-top: 30px;
}
.footer2 a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.footer2 div {
  padding-bottom: 30px;
}

.footer3 a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.footer3 div {
  padding-bottom: 30px;
}
.footerlink {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  width: 100%;
}
.footer4 div {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .footerlink {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer2 {
    display: flex;
    gap: 30px;
  }
  .footer3 {
    display: flex;
    gap: 30px;
  }
  .footer4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
  }
}