/* 
Theme Name: Hello Guaranteed Roofing
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor 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: hello-elementor-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
*/

/* Add your custom styles here */

.green-bg a {
    color: #213E60 !important;
    font-weight: 700 !important;
}

.service-areas{
    padding: 40px 10px;
}
.service-areas .desc{
    margin-bottom: 20px;
    display: inline-block;
}
.service-areas h2{
    font-size: 52px;
    font-weight: 800;
    color: #213e60;
    text-transform: uppercase;
    font-family: 'Saira Condensed';
}
.service-areas ul{
    list-style:none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap:7px;
}
.service-areas ul li, 
.service-areas ul li a {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #213e61;
    width: 32%;
}
.service-areas ul li a {
    color: #8c9338 !important;
}
@media screen and (max-width:991px) and (min-width:768px){
.service-areas ul li{width: 49%;}    
}

@media screen and (max-width:767px){
.service-areas h2 {font-size: 32px;}
.service-areas ul {gap: 11px;}
.service-areas ul li, .service-areas ul li a {width: 100%;}
}


