#panel-quotes .icons ul li {row-gap: 1rem;}
#panel-quotes .icons .header {font-size: 1.125rem; text-transform: none; color: #fff; margin-top: 1rem;}
#panel-quotes .icons .body-copy {font-size: 1rem; color:#999;}
@media (min-width: 769px) {
	#panel-quotes .icons ul {
		grid-template-columns: repeat(3,[col-start] 1fr);
		column-gap: 4rem;
	}
	#panel-quotes .icons .header {min-height: 72px;}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}