.number-container-banner{background-color:#edf0f4;display:flex;justify-content:center}.container-number{margin:0 auto;max-width:1290px;padding-bottom:60px}.content-number{display:flex;flex-wrap:wrap;gap:35px;justify-content:center;margin:auto;width:100%}.number h3{font-size:40px;font-weight:700;margin:4px}.number{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:150px;opacity:0;padding:0 10px;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.number.in-view{opacity:1;transform:translateY(0)}.number:first-child{transition-delay:0s}.number:nth-child(2){transition-delay:.15s}.number:nth-child(3){transition-delay:.3s}.number:nth-child(4){transition-delay:.45s}.number:nth-child(5){transition-delay:.6s}.number p{margin:0;max-width:180px;text-align:center}.arrow:after{background-image:url(https://info.lis.no/hubfs/arrow-blue.png);background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:26px;width:18px}@media screen and (min-width:800px){.content-number{justify-content:space-around}}@media screen and (min-width:1000px){.container-number{padding-bottom:130px}.content-number{align-items:start;gap:0;justify-content:space-between}}