/* CSS Document */

.quotethis { position: relative; display: block; padding: 5% }
.quotethis::before,
.quotethis::after { 
position: absolute;width: auto; height: auto;
z-index: 1; font-weight: 900; 
font-family: 'Font Awesome 6 Free'; font-size: 3rem;}
.quotethis::before {	top: -5%; left: -5%; content:'\f10d'; } 
.quotethis::after {		bottom: -5%; right: -5%; content:'\f10e'; }

/*@media screen and (max-width: 1000px)
{	.quotethis {  }	}
	*/