.relatedBoxWrapper a:hover{text-decoration:none}.relatedBox{-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:inline-flex}.relatedBox img{width:100%}.relatedBox:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.relatedBoxWrapper h2,.relatedBoxWrapper h3{color:#202a32;font-family:Lato;margin:0 0 21px;font-weight:700}.relatedBoxWrapper h3{margin-top:30px}.relatedBoxWrapper{width:100%;display:block;text-align:center;margin-bottom:20px}.relatedBoxTitle{color:#202a32;font-family:Lato;font-size:24px;margin:0 0 21px;font-weight:700;text-align:center}.relatedBoxWrapperCards{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}@media screen and (min-width:768px){.relatedBoxWrapperCards{grid-template-columns:repeat(4,1fr)}}