.photoorder-platforms {
	background: #D0FAF9;
	margin: 30px 0;
	padding: 30px 5px;
}
.photoorder-platforms .title {
	color: #CB2127;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
.photoorder-platforms .desc {
	color: #313133;
	font-size: 13px;
	text-align: center;
}
.photoorder-platforms .content {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 30px;
}
.photoorder-platforms .platform {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 20px;
	width: 33.3%;
}
.photoorder-platforms .platform img {
	height: auto;
	margin: 20px 0;
}
.photoorder-platforms .buttons {
	display: flex;
	flex-direction: row;
}
.photoorder-platforms .buttons .hydrogen-button:nth-child(1) {
	margin-right: 20px;
}
.photoorder-platforms .spacer {
	flex-grow: 1;
}
.photoorder-platforms .hydrogen-button {
	background: #2FBEBF;
	color: white;
	padding: 0 18px;
	width: auto;
}

@media screen and (max-width: 959px) {
	.photoorder-platforms .platform img {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.photoorder-platforms {
		padding: 20px;
	}
	.photoorder-platforms .hydrogen-button {
		height: auto;
		line-height: 20px;
		padding: 6px 18px;
	}
}
@media screen and (max-width: 600px) {
	.photoorder-platforms .platform img {
		display: none;
	}
	.photoorder-platforms .content {
		align-items: center;
		flex-direction: column;
	}
	.photoorder-platforms .hydrogen-button {
		margin-top: 10px;
	}
	.photoorder-platforms .platform {
		margin: 10px;
		width: 100%;
	}
}