.aboutsubcomponentwrapper{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:30px 16px;width:100%;max-width:1400px;min-height:300px;gap:18px}.aboutsubcomponentwrapper>img{width:140px}.aboutsubcomponentwrapper>div{text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.aboutsubcomponentwrapper>div>h2{color:var(--secondary-color);font-family:GilroyBold;font-size:clamp(22px,2.4vw,30px)}.aboutsubcomponentwrapper>div>h2:after{content:"";display:block;margin:12px auto 0;width:64px;height:3px;border-radius:3px;background-color:var(--quarternary-color)}.aboutsubcomponentwrapper>div>p{color:var(--grey-color);font-size:15.5px;line-height:28px;font-family:Gilroy-500;max-width:980px;white-space:pre-line}