.ft_credits {
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
}
.ft_credits p {
font-weight: 700;
text-transform: uppercase;
white-space: nowrap;
}
.ft_flag {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
height: 48px;
width: 50px;
}
.ft_credits svg {
position: absolute;
width: 50px;
height: 25px;
}
.ft_credits svg:first-child {
top: 0;
}
.ft_credits svg:last-child {
bottom: 0;
}
.recycling {
display: flex;
width: 100%;
}
.ft_recyc_svg {
margin: auto;
}