.YourWaySection{width:80vw;padding:6rem 4rem;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4rem;background-color:rgba(var(--bg))}.YourWayLeftcolumn{width:28vw;flex-shrink:0;justify-content:center;gap:2rem}.YourWayLeftcolumn,.YourWayTitleblock{display:flex;flex-direction:column;align-items:flex-start}.YourWayTitleblock{justify-content:flex-start;gap:0}.YourWayTitleDark{color:rgba(var(--fg-title))}.YourWayTitleAccent,.YourWayTitleDark{font-size:3.8rem;font-weight:900;font-family:Oswald,sans-serif;line-height:1.05}.YourWayTitleAccent{color:#00c9b1}.YourWayBody{color:rgba(var(--fg-low));font-size:.95rem;font-weight:400;line-height:1.75}.YourWayCardsrow{width:42vw;flex-direction:row;justify-content:center;gap:2rem}.YourWayCard,.YourWayCardsrow{height:62vh;display:flex;align-items:stretch}.YourWayCard{width:20vw;flex-direction:column;justify-content:flex-start;border:2px solid #00c9b1;overflow:hidden}.YourWayCardImageWrapper{width:100%;height:26vh;position:relative;flex-shrink:0}.YourWayCardImage{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.YourWayCardTextcolumn{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1.8rem 2rem 1.2rem;gap:1rem;background-color:rgba(var(--primary))}.YourWayCardTitle{color:rgba(var(--fg-title));font-size:1.2rem;font-weight:800;font-family:Oswald,sans-serif;text-align:center;letter-spacing:.06em}.YourWayCardDivider{width:100%;height:1.5px;background-color:rgba(var(--fg-title))}.YourWayCardBody{color:rgba(var(--fg-low));font-size:.92rem;font-weight:400;text-align:center;line-height:1.75}.YourWayCardButtonWrapper{width:100%}.YourWayCardButton{width:100%;padding:1.1rem;background-color:#00c9b1;border:none;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:background-color .25s ease}.YourWayCardButton:hover{background-color:#00a896}@media (max-width:768px){.YourWaySection{width:100vw;height:220vh;padding:4rem 2rem;flex-direction:column}.YourWayLeftcolumn{width:100%;align-items:center;text-align:center}.YourWayTitleblock{align-items:center}.YourWayTitleAccent,.YourWayTitleDark{font-size:2.8rem}.YourWayCardsrow{width:100vw;height:140vh;flex-direction:column;justify-content:center;align-items:center}.YourWayCard{width:87vw;height:72vh}.YourWayCardImageWrapper{height:28vh}}