.layout {
  display: grid;
}

section.samcard {
box-shadow: 0 3px 15px rgba(68, 73, 76, 0.2);
padding: 20px;
background-color: fff;
}
