.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: black;
}
.footerWrapper {
  width: 1184px;
  display: flex;
  height: auto;
}
.footerRight {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: flex-start;
  gap: 16px;
  padding: 25px 0;
}
.footerLeft {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 25px 0;
}
.antiphishProducts {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-end;
}
.footerPages {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 24px;
}
.footerTextUnderPages {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 12px;
}

.afish__link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.645) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.afish__link:hover {
  border-bottom-color: #FFCF4B;
  color: #FFCF4B !important;
}

.footerSubText {
  pointer-events: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.645);
}
