/*!
Theme Name: protectimus
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: protectimus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

.faq{
  display: flex;
  justify-content: space-between;
}

.faq-rightcol{
  width: 900px;
}


@media screen and (max-width: 768px){
  .nav-left-faq{
    position: static !important;
  }
  .faq{
    flex-direction: column;
  }
  .faq-rightcol{
    width: 100%;
  }
  .faq-rightcol .adv, .faq-rightcol .smrt{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 1024px){
  .nav-left-faq{
    position: static !important;
  }
}
