header .et_pb_image {
  margin-bottom: 0px !important;
}

header .wrap-menu .et_pb_column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

header .wrap-menu .et_pb_image_wrap {
  width: auto;
  height: 36px;
}
header .wrap-menu .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .col-top {
  margin-bottom: 32px;
}

footer .col-top .col-left .et_pb_image_wrap {
  width: auto;
  height: 30px;
}
footer .col-top .col-left .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .col-top .et_pb_column {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .col-top ul {
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}

footer .col-top ul li {
  list-style: none;
}
footer .col-top ul li:last-child {
  display: none;
}

footer .col-top ul li a {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
footer .col-top ul li a:hover {
  color: var(--primary-color);
}

footer .col-bottom .et_pb_code_inner {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 567px) {
  footer .col-top ul,
  footer .col-top .et_pb_column {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  footer .col-top ul {
    gap: 10px;
  }
  footer .col-top ul li:last-child {
    display: block;
  }
  footer .col-top {
    margin-bottom: 20px;
  }
  footer .col-bottom .et_pb_code_inner .caption {
    display: none;
  }
  footer .col-bottom .et_pb_code_inner {
    font-size: 12px;
    width: 220px;
  }
}
