.used-by-repeater{display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.used-by-repeater__box{align-items:center;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;display:flex;padding-top:10px;transition:.5s ease-in-out}.used-by-repeater__box:hover{-webkit-box-shadow:5px 20px 20px 5px rgba(0,0,0,.36);box-shadow:5px 20px 20px 5px rgba(0,0,0,.36)}.used-by-repeater__box__img-container{align-items:flex-end;display:flex;height:100%;width:50%}.used-by-repeater__box__img-container img{max-height:100px}.used-by-repeater__box a{color:#25234a;font-weight:600;line-height:1.4;margin-bottom:10px;margin-left:10px;padding:24px 20px 24px 0;text-decoration:underline;width:75%}@media screen and (max-width:1024px){.used-by-repeater{grid-template-columns:repeat(2,1fr)}.used-by-repeater__box__img-container{flex:1;width:auto}}@media screen and (max-width:767px){.used-by-repeater{grid-template-columns:1fr}}