/* 
Theme Name: Cristina Ragonese Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Cristina Ragonese Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: cristinaragonese-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Generale */

strong {
  font-weight: 600;
}

/* Servizi */
@media (min-width: 768px) {
  .servizi-bg::before {
    content: "";
    width: 500px;
    height: 420px;
    background-color: var(--e-global-color-d5b10ae);
    position: absolute;
    left: -80px;
    top: auto;
  }

  .servizi-bg-odd::after {
    content: "";
    width: 500px;
    height: 420px;
    background-color: var(--e-global-color-d5b10ae);
    position: absolute;
    right: -80px;
    top: auto;
    z-index: -1;
  }
}

/* Blog */

#blog-articolo h2 {
  font-size: 24px;
  margin-top: 30px;
}
