/*
Theme Name: DigitalNEST
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: MrPlumber
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: mt
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.plumbing-services-tab .e-n-tab-title {
    flex: auto;
    height: 120px !important;
    max-width: 120px;
}

.tab-content-format h2 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 600;
}

.tab-content-format h3 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
}

.tab-content-format h4 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
}

.tab-content-format footer {
    margin-top: 20px;
}

@media only screen and (max-width:767px){
	.plumbing-services-tab .e-n-tab-title{max-width:none;}
}