.about-section{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--light-gray);position:relative;padding:72px 100px 40px;gap:64px}.about-section:before{content:"";width:195px;height:264px;background-image:url(/_next/static/media/stethoscope.0b96502a.png);position:absolute;top:0;left:0;opacity:50%}.about-pic{display:flex;align-items:center;justify-content:center;width:100%;max-width:476px}.about-pic img{width:100%;height:100%;object-fit:contain}.about-text{display:flex;flex-direction:column;gap:40px;width:600px;font-family:IRANSansWeb-bold;align-items:flex-start}.about-section .aboutus-wrapper .about-text .text-content{display:flex;flex-direction:column;line-height:40px;font-family:IRANSansWeb;font-size:20px;text-align:justify}.aboutus-wrapper{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;max-width:1240px}body.dark .about-section{background-color:var(--navy-blue)}body.dark .about-section .aboutus-wrapper .about-text .text-content{color:var(--label-gray)}@media screen and (max-width:960px){.about-section{padding:12px 20px 50px;gap:130px}.aboutus-wrapper{flex-direction:column;gap:1px}.about-pic{width:360px}.about-text{width:360px;height:350px;gap:10px;padding-top:70px}.about-section .aboutus-wrapper .about-text .text-content{font-size:14px;padding:10px}}