.word-wrap-anywhere {
	word-wrap: anywhere;
}

.cursor-pointer {
	cursor: pointer;
}

.flex-direction-col {
	flex-direction: column;
}

.border-radius-10 {
	border-radius: 10px;
}

.pt-10 {
	padding-top : 5rem;
}