
.footer-other-websites{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.18);
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-other-websites h5{
  margin:0 0 2px;
  color:#ffffff;
  font-size:14px;
  line-height:1.3;
  font-weight:800;
}
.footer-other-websites a{
  display:inline-flex;
  align-items:center;
  width:fit-content;
  max-width:100%;
  color:#d9f2ff;
  font-size:13px;
  line-height:1.4;
  text-decoration:none;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.footer-other-websites a:hover{
  color:#ffffff;
  text-decoration:underline;
}
@media(max-width:700px){
  .footer-other-websites{
    margin-top:16px;
    padding-top:14px;
  }
}
