.lc__float-wrapper-left
{
   margin-bottom: 2em !important;
}

@media only screen and (min-width:690px)
{
   .lc__content-wrapper
   {
      max-width: 60em;
      margin: 0 auto;
      /* background-color: #cccccc; */
   }

   .lc__float-wrapper
   {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 2em;
   }

   .lc__float-wrapper-left
   {
      width: 50% !important;
      margin-bottom: inherit !important;
   }

   .lc__float-wrapper-right
   {
      max-width: 25em !important;
      height: auto;
   }
}