.topAboutUs{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:30px}.topAboutUs .topSectionAboutUs{width:100%;gap:20px;display:flex;flex-direction:row}@media(max-width:1024px){.topAboutUs .topSectionAboutUs{flex-wrap:wrap;align-items:flex-start;flex-direction:column}}@media(max-width:738px){.topAboutUs .topSectionAboutUs{flex-wrap:wrap;align-items:center;flex-direction:column}}@media(max-width:480px){.topAboutUs .topSectionAboutUs{flex-wrap:wrap;align-items:center;flex-direction:column}}.topAboutUs .about-us-left{display:flex;align-items:flex-start;justify-content:space-between}@media(max-width:1024px){.topAboutUs .about-us-left{justify-content:center}}@media(max-width:738px){.topAboutUs .about-us-left{justify-content:center}}@media(max-width:480px){.topAboutUs .about-us-left{justify-content:center}}.topAboutUs .about-us-left .topAboutUsHeaderText{font-family:var(--font-roboto-slab);font-size:28px;line-height:42px;font-weight:500;color:#2a4fa3}.topAboutUs .about-us-left .topAboutUsParaText{font-family:var(--font-roboto);font-size:20px;line-height:30px;font-weight:400;color:#3e3e3e}.topAboutUs .about-us-left .topAboutUsParaTextHighlight{font-family:var(--font-roboto);font-size:21px;line-height:40px;font-weight:500;font-style:italic;color:#3e3e3e}.topAboutUs .about-us-left .vetical-bar{height:100px;width:5px;background:#eb6a4e}@media(max-width:1024px){.topAboutUs .about-us-left .vetical-bar{display:none}}@media(max-width:738px){.topAboutUs .about-us-left .vetical-bar{display:none}}@media(max-width:480px){.topAboutUs .about-us-left .vetical-bar{display:none}}.topAboutUs .about-us-left .about-us-left-text{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;height:100%;gap:24px}.topAboutUs .about-us-left .about-us-left-text .user{display:flex;align-items:center;justify-content:center}.topAboutUs .about-us-left .about-us-left-text .user .profile{padding-inline:10px;height:45px;background-color:#eb6a4e;cursor:pointer;border:none;border-radius:4px;color:#f5f5f5;font-weight:300;font-family:var(--font-poppins);font-size:20px;line-height:25px;display:flex;align-items:center;justify-content:center}.topAboutUs .bottomAboutUsParaText{font-family:var(--font-roboto);font-size:20px;line-height:36px;font-weight:400;color:#3e3e3e}.topAboutUs .imageWrapperAboutUs img{width:100%}