.sous-vide-app {
	display: flex;
	background-color: #fbf9f7;
	justify-content: space-evenly;
	height: 690px;
	padding: 0px 32px;

}

.sous-vide-app .info {
	display: flex;
	max-width: 500px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.sous-vide-app .app__body-text {
	margin: 16px 0px 20px 0px !important;
	max-width: 450px;
	color: #646464;
}

.sous-vide-app .info span {
	font-size: 24px;
	font-weight: bold;
	color: #2b2b2b;
	margin: 24px 0px 10px 0px;
}

.sous-vide-app .info .app-buttons {
	display: flex;
}
.sous-vide-app picture {
	margin-top: auto;
}
.sous-vide-app img {
	height: auto;
	max-width: 680px;
	width: 100%;
	margin-top: auto;
}
