/* Start custom CSS *//* Global */

p:last-of-type {
    margin-bottom: 0;
}

.equal-height-content {
    height: 100%;
    display: flex;
}

/* Homepage Hero Tweaks */

@media screen and (max-height: 768px) {
    
.hero-heading h1 {
    font-size: 42px !important;
}

.hero-work-slider .elementor-main-swiper {
    height: 220px !important;
}

.hero-button .elementor-button span {
    font-size: 18px !important;
}
    
.hero-cta-item-one .elementor-icon-box-content h3 a,
.hero-cta-item-two .elementor-icon-box-content h3 a,
.hero-cta-item-three .elementor-icon-box-content h3 a,
.hero-cta-item-four .elementor-icon-box-content h3 a {
    font-size: 22px !important;
}

.hero-cta-item-one a.elementor-icon,
.hero-cta-item-two a.elementor-icon,
.hero-cta-item-three a.elementor-icon,
.hero-cta-item-four a.elementor-icon {
    font-size: 32px !important;
    border-radius: 8px 8px 8px 8px !important;
}

}

@media screen and (max-width: 320px) , screen and (max-height: 600px) , screen and (max-width: 480px) , screen and (max-height: 320px) {
    .hero-heading h1 {
        font-size: 28px !important;
    }    
}/* End custom CSS */