.typ-holder {

}
.typ-holder__image-holder,
.typ-holder--text {
    width: 100%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}
.typ-holder__image-holder {
    display: block;
}
.typ-holder--text {
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px;
}
.typ-holder__image-holder:after,
.typ-holder--text:after {
    content: '';
    clear: both;
    display: block;
}
.typ-holder__header {
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.typ-holder--text > b {
    font-weight: 600;
}
.typ-holder--text > a {
    color: #0E3A2F;
}
.typ-holder--text > a:hover {
    color: #0E3A2F;
}
.typ-holder--image {
    max-width: 420px;
    width: 100%;
    margin: 20px auto;
    display: block;
    position: relative;
}
@media all and (min-width: 1140px) {
    .typ-holder__image-holder {
        /*width: 33.33%;*/
        width: 100%;
    }
    .typ-holder--text {
        width: 66.66%;
    }
}
