.about-wrapper{flex-direction:column}.about-wrapper,.about-wrapper .about-pic{width:100%;display:flex;align-items:center;justify-content:center}.about-wrapper .about-pic{max-width:1440px}.about-wrapper .about-pic img{width:100%;height:100%;object-fit:contain}.about-wrapper .content-wrapper{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;padding:32px 108px;gap:48px}.about-wrapper .content-wrapper .text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px;text-align:justify}.about-wrapper .content-wrapper .text h4{color:var(--text-gray);font-size:20px;font-weight:500}.about-wrapper .content-wrapper .text p{color:var(--dark-gray);font-size:16px;font-weight:400}.about-wrapper .content-wrapper .pic{display:flex;align-items:center;justify-content:center;width:100%;max-width:315px}.about-wrapper .content-wrapper .pic img{width:100%;height:100%;object-fit:contain}body.dark .about-wrapper .content-wrapper .text h4,body.dark .about-wrapper .content-wrapper .text p{color:var(--label-gray)}@media screen and (max-width:960px){.about-wrapper .content-wrapper{flex-direction:column-reverse;padding:24px 16px}.about-wrapper .content-wrapper .text{color:var(--label-gray)}.about-wrapper .content-wrapper .pic{margin-bottom:70px}.about-wrapper .about-pic{display:flex;align-items:center;justify-content:center;width:100%;max-width:800px}}@media screen and (max-width:400px){.about-wrapper .content-wrapper{flex-direction:column-reverse;padding:26px 16px}.about-wrapper .about-pic{display:flex;align-items:center;justify-content:center;width:100%;max-width:400px}.about-wrapper .content-wrapper .text h4{font-size:16px}.about-wrapper .content-wrapper .text p{font-size:14px}}