.aboutSection{display:flex;flex-direction:column}.aboutSection .imageSection{position:relative;width:100%;height:500px;overflow:hidden}.aboutSection .imageSection img{object-fit:cover}.aboutSection .imageSection .overlayContent{position:absolute;top:10rem;left:10rem;text-align:center;color:#fff;display:flex;flex-direction:column;align-items:flex-start}.aboutSection .imageSection .overlayContent .tagline{font-size:1.2rem;font-weight:500;margin-bottom:.5rem}.aboutSection .imageSection .overlayContent .title{font-size:60px;font-weight:700;margin:.5rem 0;color:#18cb96;text-align:left}.aboutSection .imageSection .overlayContent .description{font-size:25px;line-height:1.5;max-width:725px;text-align:left;font-style:italic}.aboutSection .secondarySection{background:#fff;color:#333;padding:3rem 8rem;display:flex;flex-direction:column;justify-content:center;align-items:center}.aboutSection .secondarySection .subTitle{font-size:1.8rem;font-weight:700;color:#001c75;margin-bottom:1.5rem}.aboutSection .secondarySection .secondaryText{font-size:1rem;line-height:1.6;margin-bottom:1rem}@media(max-width:768px){.aboutSection .imageSection{height:70vh}.aboutSection .imageSection .overlayContent{top:15rem;left:2rem}.aboutSection .imageSection .overlayContent .title{font-size:36px}.aboutSection .imageSection .overlayContent .description{font-size:18px}.aboutSection .secondarySection{padding:2rem}.aboutSection .secondarySection .subTitle{font-size:1.5rem}.aboutSection .secondarySection .secondaryText{font-size:.9rem}}