.related-products{padding:80px 0}.related-products h2{text-align:center}.related-products__list{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);list-style:none;margin:0;padding:0}.related-products__list li{box-shadow:3px 3px 15px #1e1e1e40}.related-products__list .related-row__image{height:220px;width:100%}.related-products__list .related-row__image img{border-radius:0;border-top-left-radius:20px;border-top-right-radius:20px;height:100%;object-fit:cover;width:100%}.related-products__list .related-row__body{background-color:#fff;border-bottom-left-radius:20px;border-bottom-right-radius:20px;padding:40px 25px}.related-products__list li{background-color:#fff;border-radius:20px;position:relative}.related-products__list .related-row__body .organization{color:#3a86ff;font-size:16px;font-weight:500;line-height:150%;margin-bottom:10px}.related-products__list .related-row__body .title{font-size:24px;margin:0}.related-products__list .related-row__body .title a:after{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.related-products .button-container{margin-top:40px;text-align:center}.related-products .button-container a{background:#10069f;border-radius:500px;color:#fff;padding:10px 32px}.related-products .button-container a:focus,.related-products .button-container a:hover{text-decoration:underline!important}@media (max-width:767px){.related-products__list{gap:40px;grid-template-columns:1fr}}