/* About page styles */

.about-hero-logo{
  width:100%;
  height:100%;
  object-fit:contain;
  margin:0;
  border-radius:28px;
  background:rgba(255,255,255,0.92);
  padding:24px;
  border:1px solid rgba(42,29,35,0.12);
  box-shadow:0 18px 34px rgba(28,20,24,0.12);
}

