@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');.home-who__container{width:100%;display:flex;align-items:center;flex-direction:row;background:#f4f4f4}.home-who__image-container{width:40%;position:relative}.home-who__overlay{position:absolute;top:0;width:100%;height:100%;background:#000;opacity:.1}.home-who__header{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;font-family:Source Sans Pro;font-style:normal;font-weight:bold;font-size:32px;line-height:32px;color:#fff;margin:0}.home-who__image{width:100%;height:100%;object-fit:cover}.home-who__text{width:60%;font-family:Source Sans Pro;font-style:normal;font-weight:normal;font-size:16px;line-height:24px;color:#000;background:#f4f4f4;padding:64px 132px}@media screen and (max-width:796px){.home-who__container{flex-direction:column}.home-who__image-container{width:100%;max-width:100%}.home-who__text{width:100%;padding:0;font-size:14px;line-height:24px}.home-who__text p{margin:0;padding:32px 16px;text-align:center}}