.newstyles .ribbon {
	display: flex;
	width: fit-content;
}

.brands__ribbon-left {
	justify-self: flex-start;
}

.brands__ribbon-center {
	justify-self: center;
}

.brands__ribbon-right {
	justify-self: flex-end;
}

.newstyles a.brands__ribbon.brands__ribbon-right::after {
	left: 5px;
}