@import url('./common.css');

#examples {
 .content{
  .mote{
   width: 100%;
   max-width: 330px;
   margin: 0 auto;
   display: table;
  }
  .lead{
   margin-bottom: calc(50 / 1440 * 100%);
  }
 }
          }