#why-buy .bo-temp {background-color: #000; padding: 2rem 0;}
#why-buy .icons ul li img {width: 65px;margin: 0 auto;}
#why-buy .icons ul li a { display: inline-block;min-height: 0px;margin-top: 1rem;}
#why-buy .icons ul li a .img-green {display: none;}
#why-buy .icons ul li a:hover .img-white{display: none;}
#why-buy .icons ul li a:hover .img-green {display: block;}
#why-buy .icons ul li .body-copy {color: #fff; font-size: 1.2rem; line-height: 1.75rem; font-weight: 300;}
@media (min-width: 769px) {
#why-buy .icons ul li a {min-height: 75px;margin-top: 0;}
	#why-buy .bo-temp {padding: 4rem 0;}
	#why-buy h2.header {font-size: 2.5rem;}
	#why-buy .icons ul {row-gap: 3rem;}
}
@media (min-width: 1025px) {
	#why-buy .icons ul {grid-template-columns: repeat(5, [col-start] 1fr);}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#why-buy .icons ul {grid-template-columns: repeat(3, [col-start] 1fr);}
}
@media (max-width: 767px) {
	#why-buy .icons ul {grid-template-columns: repeat(2, [col-start] 1fr);}
}
 @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){}