.proof-bar{background:#fff;flex-wrap:wrap;gap:40px;justify-content:space-evenly;padding:60px 0;width:100%}.proof-bar,.proof-bar__item{align-items:center;display:flex;position:relative}.proof-bar__item{cursor:default;flex-direction:column;justify-content:center;overflow:hidden;transition:transform .3s ease;width:280px;z-index:1}.proof-bar__title{color:#167dbc;font-weight:700}.proof-bar__item>.proof-bar__content,.proof-bar__title{margin:0;text-align:center;text-transform:uppercase}.proof-bar__separator{background-color:#999;display:inline-block;height:180px;margin:0 10px;opacity:.8;vertical-align:middle;width:1px}@media only screen and (max-width:992px) and (min-width:768px){.proof-bar{gap:0;justify-content:center;padding:50px 0}.proof-bar__separator{display:none!important}.proof-bar:after{background-color:#999;content:"";display:block;height:200px;left:50%;margin-top:-100px;opacity:.8;position:absolute;top:50%;transform:translateX(-50%);width:1px}.proof-bar__item{box-sizing:border-box;margin:0;padding:40px 10px;width:50%}}@media only screen and (max-width:767px){.proof-bar{flex-direction:column;gap:0;padding:40px 0}.proof-bar:after{content:none!important;display:none!important}.proof-bar__item{margin:15px 0;padding:15px 0;width:100%}.proof-bar__separator{background-color:#999;display:block!important;height:1px;margin:15px auto;opacity:.7;width:50%}}.proof-bar__item:before{background:linear-gradient(120deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,0));content:"";height:200%;left:-45%;opacity:0;pointer-events:none;position:absolute;top:-100%;transform:rotate(25deg);width:200%}.proof-bar__item:hover:before{animation:shine .75s ease-out}@keyframes shine{0%{opacity:0;transform:translateX(-100%) rotate(25deg)}50%{opacity:1}to{opacity:0;transform:translateX(100%) rotate(25deg)}}