/**
    Colors
 */
/**
    Font
 */
/**
    Viewports
 */
.Box {
  padding: 1.5rem;
  border-radius: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .Box {
    margin: 2.5rem 0;
  }
}
.Box .Base-iconLink:before {
  display: none;
}