<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.wrapper {
	 display: grid;
  grid-template-columns: repeat(2, 1fr);
	 width: 100%;
}


.wrapper .descripcion, .wrapper .copa, .wrapper .botella{
position: relative;
  font-family: 'tt_ramillasextralight_italic';
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5rem;
  color: #07272d;
  margin: 0px;
  padding: 0px;

}

.wrapper .copa, .wrapper .botella{
	text-align: right;
	font-size: 1rem;
  line-height: 1.2rem;
	padding: 25px 0 0 0;
	
}

</pre></body></html>