.footer_tags {
    display: flex;
width: 100%;
align-items: flex-start;
align-content: flex-start;
gap: 8px;
flex-wrap: wrap;
border-bottom: 1px solid #525252;
  /*  margin-bottom: 105px;*/
    margin-left: 0px;
    margin-right: 0px;
    padding: 0 35px 105px 35px;
}

.footer_tag-link {
    display: flex;
height: 26px;
padding: 3px 10px 0px 10px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 50px;
background: #343434;
}

.footer_tag-title {
    color: #FFF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 150% */
}