@charset "UTF-8";
/* CSS Document */

.FullTextGrid {
	width: 100%;
	display: grid;
	grid-template-columns: 25% auto ;
	grid-auto-rows:auto;
	grid-column-gap: 3.25vw;
}

.FullTextGrid-blockquote {
	max-width: 100%;
	height: auto;
	padding-top: 1.625vw;
	padding-bottom:1.625vw;
}


/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */

@media screen and (max-width: 956px) {

.FullTextGrid {
	grid-template-columns: 100% ;
}
/* ===================================================================================================================== */
/* ================================================= **** MOBILE **** ================================================== */
/* ===================================================================================================================== */
}

@media screen and (max-width: 568px) {
	
.FullTextGrid {
	grid-template-columns: 100% ;
	grid-gap: 3.25vw;
}
/* ===================================================================================================================== */
/* ===================================================================================================================== */
/* ===================================================================================================================== */
	
}