.stem_title{
	color:rgb(33, 37, 41);
	font-size: 32px;
	font-weight: 500;
font-family: 'Assistant', sans-serif;
}

.pro_title {
 font-size: 68px;
 font-family: 'Assistant', sans-serif;
font-weight: 500;
text-align: center;

}

.pro_description {

}

.pro_select {
	font-family: 'Assistant', sans-serif;
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	background-color: #F5F5F5;
	outline-color: none;
	margin-bottom: 10px;
}

.pro_select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.pro_select:focus {
   outline-color: transparent;
}

.pro_label {
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
}

.pro_full_fold {
	height: calc(100vh - 120px);

}

.mr10 {
	margin-right: 10%;
	
}

.buy_button {
	margin: 10px 0 10px 0;
	background-color: #ff9900;
	border: none;
	text-transform: uppercase;
}

.buy_button:hover {
	margin: 10px 0 10px 0;
	background-color: #F3A229;
	border: none;
}

@media (max-width: 992px) {
	.pro_full_fold {
		height: auto;

	}
}
