.about{display:flex;flex-direction:column;align-items:center;width:100%;padding:120px 100px 0;max-width:900px}.about__title{font-size:42px;font-weight:600;color:white;margin-bottom:15px;text-align:center}.about__subtitle{font-size:20px;color:rgba(0,191,255,1);text-align:center;margin-bottom:60px;font-weight:500}.about__content{display:flex;flex-direction:column;gap:50px;width:100%}.about__section{h2{font-size:26px;font-weight:600;color:white;margin-bottom:20px}p{font-size:17px;color:rgba(255,255,255,.85);line-height:1.8;margin-bottom:15px;&:last-child{margin-bottom:0}}strong{color:white}}.about__abn{margin-top:10px;font-size:15px;color:rgba(255,255,255,.6)}.about__featureList{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:15px;li{font-size:17px;color:rgba(255,255,255,.85);line-height:1.6;padding-left:25px;position:relative;&:before{content:"✓";position:absolute;left:0;color:#22c55e;font-weight:700}strong{color:rgba(0,191,255,1)}}}@media (max-width:1024px){.about{padding:100px 50px 0}}@media (max-width:768px){.about{padding:90px 25px 0}.about__title{font-size:32px}.about__subtitle{font-size:18px;margin-bottom:40px}.about__content{gap:40px}.about__section{h2{font-size:22px}p{font-size:16px}}.about__featureList li{font-size:16px}}@media (max-width:480px){.about{padding:80px 20px 0}.about__title{font-size:28px}.about__subtitle{font-size:16px;margin-bottom:35px}.about__section{h2{font-size:20px}p{font-size:15px}}.about__featureList li{font-size:15px}}