/* Versioned founder portrait stylesheet avoids stale immutable asset caches. */
.about-section .monogram{
  max-width:420px;
  color:transparent;
  background-color:#eef1ef;
  background-image:url("/images/manouj-kaushikk-founder.webp");
  background-position:50% 35%;
  background-size:cover;
  background-repeat:no-repeat;
  overflow:hidden;
  box-shadow:0 20px 48px #132a3a1a;
}
.about-section .monogram:before,
.about-section .monogram:after{display:none}
@media (width<=640px){
  .about-section .monogram{
    background-image:url("/images/manouj-kaushikk-founder-mobile.webp");
    background-position:50% 35%;
  }
}
