/*!
Theme Name: ecommerce
*
*	Стили howto
* 
* 
* 
*/

.how_to_buy {
	display: flex;
	flex-flow: column nowrap;
}

.how_to_buy__container {
	display: flex;
	flex-flow: row nowrap;
	padding-bottom: 3rem;
	align-items: center;
}

.icon {
	width: 15rem;
	padding-right: 3em;
}

.text_howto {
	font-size: var(--h5);
	line-height: 2em;
	font-weight: 400;
	text-align: justify;
}

@media (max-width: 600px) {

.how_to_buy__container {
	flex-flow: column;
}

}