.desktop-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.desktop-header .logo{height:auto;max-width:100%;padding-bottom:15px;padding-top:10px;width:200px}.desktop-header .buttons-container{display:flex;gap:10px;justify-content:flex-end}@media (max-width:768px){.mobile-header{align-items:flex-start;display:flex;flex-direction:column}.mobile-header .logo{height:auto;max-width:100%;padding-bottom:15px;padding-top:10px;width:200px}.mobile-header .cta-primary,.mobile-header .cta-tertiary{margin-top:15px}.mobile-header .cta-primary{margin-top:10px}.mobile-header .buttons-container{justify-content:flex-start!important}}@media only screen and (max-width:768px){.desktop-header{display:none}}@media only screen and (min-width:769px){.mobile-header{display:none}}.use-case-list{column-count:2;-webkit-column-count:2;-moz-column-count:2;column-gap:20px;list-style-position:inside;width:100%}@media (max-width:768px){.use-case-list{column-count:1}}ul{list-style-type:square}