
.product-section {
	margin-bottom: 50px;
}

.product-text {
    font-size: 14pt;
    font-family: "Lora";
    font-weight: 400;
	text-align: justify;
	display: block;
}

.product-text-high {
    font-size: 18pt;
    font-family: "Lora";
    font-weight: 400;
	text-align: justify;
	display: block;

}

.product-title {
    font-size: calc(1em + 2vw);
    font-family: "Lora";
    font-weight: 700;
	display: block;
	margin-bottom: 20px;
}

.text-center {
	text-align: center !important;
}

img.lazy {
	 width: auto;
	 max-width:100%;
}

@media only screen and (min-width: 680px) {
	.twi, .twi-rev {
	  display: flex;
	}
}

.twi img {
  margin-right: 10px;
  display: block;
}

.twi-rev img {
  margin-left: 10px;
  display: block;
}
