#feelmeSection{display:flex;flex-direction:column;justify-content:center;gap:10vw}@media screen and (min-width:1024px){#feelmeSection{gap:50px}}#feelmeSection h2{margin:0}#feelmeSection .title{font-size:clamp(12px,6vw,38px);text-align:center}#feelmeSection .subtitle{text-align:center;color:var(--color-brand-text-gray-3)}#feelmeSection .subscription-card{background:var(--color-brand-accent);padding:10px}#feelmeSection .subscription-card .price-container{display:flex;align-items:flex-end;gap:1vw}@media screen and (min-width:1024px){#feelmeSection .subscription-card .price-container{justify-content:center}}#feelmeSection .subscription-card .price-container .price{color:#ababab}@media screen and (min-width:1200px){#feelmeSection .subscription-card .price-container .price{font-size:45px}}#feelmeSection .subscription-card .price-container .frequency{font-size:clamp(10px,3.5vw,16px);white-space:nowrap}#feelmeSection .subscription-card .extra-text{font-size:clamp(10px,3.5vw,14px);margin-top:2%}#feelmeSection .button-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}@media screen and (min-width:1024px){#feelmeSection .button-container{flex-direction:row;margin-top:100px}}#feelmeSection .button-container .button{max-width:70%}#feelmeSection .button-container .button--secondary{background-color:var(--color-brand-accent)}