/*================================================
Section Title
================================================*/
.pqcew-section-title.pqcew-style-1.center {
    padding: 0 14em;
    text-align: center;
}

.pqcew-section-title.pqcew-style-1 .pqcew-title .pqcew-title-subtitle span {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 10px;
    background: linear-gradient(84.25deg, #EF721F 0%, #FFAE2F 100%);
    color: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.pqcew-section-title.pqcew-style-1 .pqcew-title .pqcew-title-heading {
    font-size: 50px;
    line-height: 58px;
    color: #1A1A1A;
    display: block;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .pqcew-section-title.pqcew-style-1.center {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .pqcew-section-title.pqcew-style-1 .pqcew-title .pqcew-title-heading {
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .pqcew-section-title.pqcew-style-1 .pqcew-title .pqcew-title-heading {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 397px) {
    .pqcew-section-title.pqcew-style-1 .pqcew-title .pqcew-title-heading {
        font-size: 28px;
        line-height: 36px;
    }
}