/**handles:my-horizontal-loop-style**/
.horizontal-loop{display:flex;flex-wrap:wrap;align-items:stretch;gap:10px;justify-content:space-between}.horizontal-loop-item{flex:1 1 calc(25% - 20px);background-color:#fff;text-align:center;justify-items:center;align-items:center;min-width:150px;margin-bottom:30px}.h-loop-img{height:125px;width:100%}.h-loop-info{text-align:center;width:150px;margin-top:10px}.h-loop-info a{font-size:18px;font-weight:900;margin-top:0;text-decoration:none;padding-top:0;text-decoration:none;transition:color .3s ease-in-out;color:#111}.h-loop-info a:hover{color:#de2229}.h-loop-img img{padding:0;margin:0;transition:transform .3s ease}.h-loop-img img:hover{transform:scale(1.1)}