.UserTypeSection{display:flex;flex-direction:column;align-items:center;gap:var(--gaps-landing-big);padding-top:var(--gaps-landing-big);padding-left:var(--gaps-landing-big);padding-right:var(--gaps-landing-big);width:100%;margin:0 auto}.UserTypeSection__title{text-align:center}@media(max-width:1023px){.UserTypeSection__title .SDSText{font-size:var(--font-size-x-large)}}.UserTypeSection__cards{display:flex;align-items:center;align-content:center;gap:var(--gaps-content-default);flex-wrap:wrap;width:100%}.UserTypeSection__cards>*{width:100%}.UserTypeSection__button{width:346px;height:60px}@media(min-width:1023px){.UserTypeSection{max-width:722px}.UserTypeSection__cards>*{width:calc(50% - var(--gaps-content-default)/2)}}@media(min-width:1286px){.UserTypeSection{max-width:1088px}.UserTypeSection__cards>*{height:191px;width:calc((100% - var(--gaps-content-default)*2)/3)}}@media(max-width:599px){.UserTypeSection__button{width:100%}}