.mayday_footer {
  background-color: #002c56;
  color: white;
  border-radius: 0px 24px 0px 0px;
  position: relative;
}

.triangle {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 38px;
  height: 38px;
}

.mayday_footer-container_box {
  display: flex;
  justify-content: space-between;
  margin: 0 100px;
  padding: 64px 0;
  gap: 64px;
}

.divider {
  border-top: 1px solid #ffffff1f;
}

.mayday_footer-left_container {
}

.mayday_footer-logo {
  width: 50%;
  min-width: 170px;
}

.mayday_footer-right_container {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.mayday_footer-col {
  height: 100%;
}

.footer-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  opacity: 0.7;
  transition: opacity 250ms ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link + .footer-link {
  margin-top: 16px;
}

.mayday_footer-text {
  opacity: 0.5;
}

.mayday_footer-info {
  opacity: 0.5;
  transition: opacity 250ms ease-in-out;
}

.mayday_footer-info:hover {
  opacity: 1;
}

/* TABLET */
@media screen and (max-width: 1280px) {
}

/* MOBILE */
@media (max-width: 768px) {
  .mayday_footer-container {
    flex-direction: column;
  }
  .mayday_footer-logo {
    width: 170px;
  }
  .mayday_footer-right_container {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
