.col {
    margin-bottom: 20px;
    background-color: rgba(244,244,244,0.9);
    box-sizing: border-box;
    padding: 20px;
    z-index: 2;
}
html,* { font-family: 'Inter'; box-sizing: border-box; }
body { background-color: #f0f0eb; line-height:1.6;}
.lead { font-size: 1.5rem; font-weight: 300;background: linear-gradient(to right, #000000 0%, #000000 50%,#999999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color:transparent; }
