.fw-heading {
    margin-bottom: 9px;
}

.fw-special-title {
    color: #292a2e;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}

.fw-heading.fw-heading-w-subtitle h2.fw-special-title {
    margin-top: 3px;
}

.fw-special-subtitle {
    color: #f96380;
    font-weight: 300;
    text-transform: uppercase;
}

.fw-heading.fw-heading-center {
    text-align: center;
}


/* Media Queries */

/* 240px */
@media screen and (min-width: 15em) {

    .fw-heading h2.fw-special-title {
        font-size: 40px;
        font-size: 4.0rem;
        line-height: 40px;
        line-height: 4.0rem;
    }

    .fw-special-subtitle {
        font-size: 15px;
        font-size: 1.5rem;
    }

}

@media screen and (min-width: 450px) {

    .fw-heading h2.fw-special-title {
        font-size: 60px;
        font-size: 6.0rem;
        line-height: 60px;
        line-height: 6.0rem;
    }

    .fw-special-subtitle {
        font-size: 20px;
        font-size: 2.0rem;
    }

}