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

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

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

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