.leaf-container2 {
  background-color: var(--white);
  border-radius: 0px 52px 0px 51px;
  box-shadow: -8px 11px 40px #00000040;
  height: 100%;
  position: relative;
  max-width: 387px;
  width:100%;
  margin-bottom:30px;
  
}

.leaf-container2 .link { font-size:18px; font-weight:300;}
.leaf-container2 .body-text { margin-bottom:14px; }
.leaf-container2 .contents { padding:20px 30px; font-family: Inter, sans-serif; }
.leaf-container2 .contents h4 { font-weight:600; }
  
}
.leaf-container2 .link-container {
  display: flex!important;
}

svg { fill:currentColor }
