.text-section{--bgcolor:var(--white-color);background-color:var(--bgcolor);width:100%}.text-section-head{display:flex;flex-direction:column;gap:8px}@media screen and (min-width:768px){.text-section-head{flex-direction:row;gap:30px}}.text-section-title{--fw:600;--fs:22px;--lh:30px;--mb:8px;--c:var(--dark-gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);margin-bottom:var(--mb)}@media screen and (min-width:480px){.text-section-title{--fw:700;--fs:40px;--lh:48px;--mb:12px}}@media screen and (min-width:768px){.text-section-title{flex-basis:50%;max-width:940px;width:50%}}@media screen and (min-width:1600px){.text-section-title{max-width:1250px}}.text-section-subtitle{--fw:400;--fs:15px;--lh:22px;--c:var(--gray-color);color:var(--c);font-size:var(--fs);font-weight:var(--fw);line-height:var(--lh);margin:0}@media screen and (min-width:768px){.text-section-subtitle{--fs:20px;--lh:29px;flex-basis:50%;max-width:940px;width:50%}}@media screen and (min-width:1600px){.text-section-subtitle{max-width:1250px}}