	.heading-brochure h2 {
    font-size: 52px;
    font-weight: 600;
    color: var(--tp-title-color);
}

.ti-angle-left::before {
    content: "\f053";
    font-family: 'fontawesome';
}

.ti-angle-right::before {
    content: "\f054";
    font-family: 'fontawesome';
}

.ti-layout-grid2::before {
    content: "\f84c";
    font-family: 'fontawesome';
}

.ti-zoom-in::before {
    content: "\f00e";
    font-family: 'fontawesome';
}

.ti-zoom-out::before {
    content: "\f010";
    font-family: 'fontawesome';
}

.ti-fullscreen::before {
    content: "\f31e";
    font-family: 'fontawesome';
}

.ti-sharethis::before {
    content: "\f064";
    font-family: 'fontawesome';
}


.ti-more-alt::before {
    content: "\f141";
    font-family: 'fontawesome';
}

@media (max-width: 991px) {
    .heading-brochure h2 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .heading-brochure h2 {
        font-size: 28px;
    }
}
