.counter-section{display:flex;justify-content:space-between;padding:30px 20px;font-family:Arial,sans-serif;text-align:center;background:linear-gradient(90deg,#5d01ff 0%,#ed3f96 51%,#fbb667 100%);border-radius:0px}.counter-box{flex:1;padding:10px;position:relative}.counter-box:not(:last-child)::after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#fff;opacity:.7}.counter-box h3{font-size:40px;margin:0;font-weight:700;color:#fff}.counter-box p{margin-top:4px;font-size:20px;color:#f1f1f1}@media (max-width:768px){.counter-section{flex-direction:column}.counter-box:not(:last-child)::after{display:none}.counter-box:not(:last-child){border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:15px;margin-bottom:15px}}