.title-black {
    font-family: Arimo, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 115px;
    /* identical to box height */

    letter-spacing: 0.05em;

    /* text black */

    color: #434448;
}

.title-transparent {
    font-family: Arimo, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 100px;
    line-height: 115px;
    /* identical to box height */

    letter-spacing: 0.05em;
    /* text black */

    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-stroke-color: #434448;
    -webkit-text-stroke-color: #434448;
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
}

.landing-text {
    /* text 20 px */

    font-family: Arimo, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */


    /* text black */

    color: #434448;
}

.section-title {
    /* H2 34 px */

    font-family: Arimo, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 42px;
    /* identical to box height, or 124% */

    text-align: center;

    /* text black */

    color: #434448;
}

.feature-text {
    /* text 16 px */

    font-family: Arimo, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: center;

    /* text black */

    color: #434448;
}

.padding-20 {
    padding: 20px
}

.feature-title {
    /* H3 22 px */

    font-family: Arimo, serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */

    text-align: center;

    /* text black */

    color: #434448;
    padding: 20px;
}