/*!
Theme Name: Progery
Theme URI: https://wp.bdevs.net/progery/
Author: bdevs
Author URI: https://themeforest.net/user/bdevs/portfolio
Description: Progery - Plastic Surgery WordPress Theme
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: progery
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.
*/

@media (min-width: 768px) {
  ul#pills-tab {
    display: flex;
    flex-wrap: nowrap!important;
  }

  .features__tab ul li button {
    min-height: 80px!important;
    max-width: 350px!important;
  }

  button#security-tab-0 {
    font-size: 12px!important;
  }
  
}

@media (min-width: 1024px) {
  button#security-tab-0 {
    font-size: 16px!important;
  }
}

.about-area.about-area-1 {
    .about__text .generic-title {
        margin-bottom: 30px !important;
    }
    .about__text .about__info.info-1 {
        display: none !important;
    }
}