/*================================================
Section Title
================================================*/
.pqcew-section-title.pqcew-style-2.center {
    padding: 0 14em;
    text-align: center;
}

.pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-subtitle {
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 18px;
    background-color: #DFFEA1;
    border-radius: 30px;
    border: 1px solid #10351454;
}

.pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-subtitle i {
    padding-right: 5px;
    font-size: 16px;
    color: #103514;
}

.pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-subtitle span {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    letter-spacing: 1px;
    color: #103514;
    font-weight: 500;
}

.pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-heading {
    font-size: 50px;
    line-height: 58px;
    color: #103514;
    display: block;
    font-weight: 600;
}

.pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-description {
        margin-top: 10px;
}

@media (max-width: 1199px) {
    .pqcew-section-title.pqcew-style-2.center {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-heading {
        font-size: 44px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-heading {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 397px) {
    .pqcew-section-title.pqcew-style-2 .pqcew-title .pqcew-title-heading {
        font-size: 28px;
        line-height: 36px;
    }
}