/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (max-width:734px) {
  .inline-media-gallery-content .card-item .card-copy-wrapper {
      padding: 20px 27px 30px;
  }
}

@media only screen and (max-width:1068px) and (min-width:734px) {
  .section-pencil-pro .section-content .shared-section-pencil .medium-7 {
      flex-basis: 61.33%;
      max-width: 61.33%;
  }
}

a.icon-wrapper {
  white-space: nowrap;
}

@media only screen and (min-width: 735px) {
   .section-features .features-grid{
      grid-template-rows: 1fr auto repeat(12,minmax(100px,max-content));
   }
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/