.content-section{align-items:center;display:flex;flex-direction:column;gap:40px;margin-bottom:40px}.headline{font-weight:700;margin-bottom:20px}.description{color:#041e42;font-size:18px;font-weight:500;margin-bottom:20px}.logo-container{display:flex;gap:10px;margin-top:20px}.logo{height:80px;object-fit:scale-down;width:80px}.video-container{max-width:400px;position:relative;width:100%}.video{border-radius:10px;height:auto;width:100%}.counter-section{display:grid;gap:20px;grid-template-columns:1fr;justify-items:center}@media screen and (min-width:768px){.content-section{flex-direction:row;justify-content:space-between}.counter-section{gap:30px;grid-template-columns:repeat(4,1fr)}}.counter{text-align:center}.counter-value{color:#00aeef;font-size:32px;font-weight:700}.counter-label{color:#041e42;font-size:18px;font-weight:500}