.reciept__title {	font-family: 'PT Sans Narrow';    font-weight: 700;    font-size: 42px;    line-height: 40px;    color: #1d211f;    text-align: left;    margin: 20px 0 30px;}.reciept__title-small {	font-family: 'PT Sans Narrow';    font-weight: 700;    font-size: 23px;    color: #1d211f;    text-align: left;    }.reciept__table {	width: 100%;}.reciept__table > tbody > tr > th:before {    font: normal normal normal 14px/1 FontAwesome;	color: green;	padding-right: 0.5rem;	content: '\f14a';}.recipet__image {			opacity: 1;	width: 100%;	margin-bottom:2rem;}.recipet__image > a {	 display: block;	 position: relative;	 overflow: hidden;	 width: 100%;	 margin: 0 auto}.recipet__image > a > img {    transition: transform 0.15s ease 0s;     transform: scale3d(1, 1, 1); }.recipet__image > a:hover > img {    transform: scale3d(1.1, 1.1, 1.1);	opacity: 1;}.chart_cabinet {	background: #fff;	margin: 1rem 0;}.chart_cabinet__title{	font-size: 2rem;	font-weight: 300;	text-align: center;	padding: 1rem;}