.links-box{
  max-width:440px;
  text-align:center;
}

.links-logo-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 18px;
}

.links-logo-image{
  width:min(240px, 62vw);
  height:auto;
}

.links-box p{
  margin:0 0 18px;
  line-height:1.5;
}

.link-btn{
  display:flex;
  width:100%;
  margin:12px 0;
  justify-content:flex-start;
  gap:14px;
  padding:15px 16px;
}

.link-btn-icon{
  flex:0 0 auto;
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(74,58,49,.06);
  border:1px solid rgba(74,58,49,.08);
}

.link-btn-icon svg{
  width:20px;
  height:20px;
  fill:currentColor;
}

.link-btn-label{
  min-width:0;
  text-align:left;
  font-weight:600;
}

.meta{
  margin-top:18px;
  font-size:13px;
}

.links-box .lang{
  margin-top:18px;
}
