.mobile-hero {
  display: none;
}

@media (max-width: 768px) {
  .mobile-hero {
    display: block;
  }
}
@media (max-width: 768px) {
  .slider,
  .home-slider,
  .flexslider,
  .site-slider {
    display: none !important;
  }
}
@media (max-width: 768px) 
  .site-content,
  .entry-content,
  .panel-layout {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .mobile-hero:first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
		@media (max-width: 768px) {
 @media (max-width: 768px) {

  /* Paverčiam features konteinerį flex */
  .cpo-features,
  .features {
    display: flex;
    flex-direction: column;
  }

  /* 4-as elementas (MOBILE) keliasi į viršų */
  .cpo-features > :nth-child(4),
  .features > :nth-child(4) {
    order: -1;
  }
}