/* text tile
   ============================ */

.text-tile {
    margin: 0 auto;
    padding: 31px 40px 42px;
}
.wrapped-content .wrapper .text-tile,
.wrapped-content .full-width .text-tile {
    margin-bottom: 50px;
    margin-top: 50px;
}

/* heading */
.text-tile h2 {
    margin-bottom: 7px;
}
.text-tile.blue-bg h2,
.text-tile.blue-bg .description.cf {
    color: #ffffff;
}

/* description */
.text-tile .description {
    padding-right: 20px;
    padding-top: 18px;
}

/* cta */
.text-tile .cta {
    padding-top: 32px;
}

/* columns */
.text-tile.one-column:first-child {
    margin-bottom: 100px;
}
.text-tile.two-column {
    margin-left: 1%;
    width: 49%;
}
.text-tile.two-column:first-child {
    margin-left: 0;
    margin-right: 1%;
}

/* responsive
   ============================ */

@media screen and (max-width: 880px) {

    /* text tile */
    .wrapped-content .wrapper .text-tile,
    .wrapped-content .full-width .text-tile {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    /* columns */
    .text-tile.one-column:first-child {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 736px) {

    /* text tile */
    .text-tile {
        padding: 30px 20px 40px;
    }
    .text-tile h2 {
        margin-bottom: 4px;
    }
    .wrapped-content .wrapper .text-tile,
    .wrapped-content .full-width .text-tile {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    /* columns */
    .text-tile.two-column {
        margin-left: 0;
        width: 100%;
    }
    .text-tile.two-column:first-child {
        margin-right: 0;
    }
    .text-tile.one-column:first-child {
        margin-bottom: 30px;
    }

    /* description */
    .text-tile .description {
        padding-right: 0;
        padding-top: 10px;
    }

    /* cta */
    .text-tile .cta {
        padding-top: 22px;
    }
}
