.NalgooItem {
	background-color: #F1F1F1;
	padding: 1.25rem 2rem;
	margin-bottom: 10px;
}

.NalgooItem-main {
	margin-bottom: 1rem;
}

.NalgooItem-title {
	margin: 0 0 0.5rem !important;
	font-weight: 700;
	color: #333333 !important;
	font-size: 1.5rem;
}

.NalgooItem-place {
	margin-bottom: 0;
	color: #666666;
}

.NalgooItem-place-icon {
	position: relative;
	top: 6px;
}

@media (min-width: 768px) {
	.NalgooItem {
		display: flex;
		align-items: center;
	}

	.NalgooItem-main {
		flex: 1;
		margin-bottom: 0;
	}
}
