.howPage{min-height:100vh;width:100%;display:flex;justify-content:center}.howPage__container{width:100%;height:100%}.howPage h1{font-family:var(--third-family);font-size:32px}.howPage h3{font-size:24px}.howPage h4{font-weight:600;font-size:22px}.howPage__main{padding:30px 0 60px}.howPage__text{display:flex;flex-direction:column;align-items:center;gap:15px}.howPage__text h3,.howPage__text h4,.howPage__text p{width:100%;text-align:start}.howPage__text ul{display:flex;flex-direction:column;gap:5px;margin:10px 0;width:100%}.howPage__text img{margin:30px 0;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.howPage__call{margin-top:30px}.howPage__call p{display:flex;gap:5px}.howPage__call a{color:var(--primary);text-decoration:underline}@media(max-width:768px){.howPage__container{padding:30px 0}}