@media only screen and (min-width: .1px) and (max-width: 424px){
:root{
--Nunowone: center;
}
}
@media only screen and (min-width: 424.1px) and (max-width: 640px){
:root{
--Nunowone: flex-start;
}
}
@media only screen and (min-width: 640.1px) and (max-width: 1200px){
:root{
--Nunowone: center;
}
}
@media only screen and (min-width: 1200.1px){
:root{
--Nunowone: flex-end;
}
}
.Beeuwuge > div:nth-of-type(4){
display: flex;
flex-direction: row;
justify-content: var(--Nunowone);
align-items: center;
}