/**
 * Theme Name: Strategia & Controllo
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

h2::after, h3:not(article.entry-card h3)::after {
 content: "";
 display: block;
 width: 20%;
 height: 6px;
 margin-top: 10px;
 margin-bottom: 10px;
 background-color: var(--theme-palette-color-2); 
}

/* SERVIZI COLLEGATI */
.related-services-card p {
 margin:0!important;
}
.related-services-title {
 margin:0;
}
.related-services-title::after {
 content: "";
 display: block;
 width: 20%;
 height: 2px;
 margin-top: 10px;
 margin-bottom: 10px;
 background-color: var(--theme-palette-color-2);
}