
.feature-teaser {
    position: relative;
}

.feature-teaser .content {
    padding: 20px 30px;
}

.feature-teaser .bg {

    position: absolute;

    width: 100%;
    height: 100%;

    background: top left no-repeat;
    background-size: cover;

}

.feature-teaser .image {
    padding-right: 5px;
}

.feature-teaser .content {
    position: relative;
}

.feature-teaser .heading {
    margin: 10px 0 20px;
}

.feature-teaser .heading h3,
.feature-teaser .heading p {
    margin: 0;
    padding: 0;
}

.feature-teaser .heading h3 {
    font-size: 20px;
    line-height: 24px;
}

.feature-teaser .heading .subtitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}

.feature-teaser .text ul {
    padding: 0;
    list-style: none;
}

.feature-teaser .text li::before {
    content: '> ';
}

.feature-teaser .link {
    width: 70%;
    border: 0px solid;
    border-width: 1px 0;
    line-height: 33px;
}

.feature-teaser .link a {
    font-weight: bold;
}

@media (min-width: 992px) {

    .feature-teaser {

        min-height: 300px;

        clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -moz-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -moz-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -ms-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -ms-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
        -webkit-shape-outside: polygon(0% 0%, 100% 0%, 100% calc(100% - 110px), calc(100% - 110px) 100%, 0 100%);
    }

}

/* themes */

.feature-teaser.light .bg {
    background-color: #f5f2e5;
}

.feature-teaser.light .heading h3,
.feature-teaser.light .text li::before,
.feature-teaser.light .link a {
    color: #f7921e;
}

.feature-teaser.light .heading .subtitle {
    color: black;
}

.feature-teaser.light .link {
    border-color: #a7a7a6;
}

.feature-teaser.dark .bg {
    background-color: #746347;
}

.feature-teaser.dark .text,
.feature-teaser.dark .text li::before,
.feature-teaser.dark .link a,
.feature-teaser.dark .heading h3,
.feature-teaser.dark .heading .subtitle {
    color: white;
}

.feature-teaser.dark .link {
    border-color: white;
}
