.textblock.tkd-icon {
    display: block;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100px;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
}

.textblock.tkd-icon:before {
    content: '';
    display: inline-block;
    width: 180px;
    height: 120px;
    background: url('/site/rp/content/img/icon/tkd-dbk.t.png') no-repeat center center;
    -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain;     float: left;
    margin: 0 30px 0 5px;
    position: relative;
    top: -10px;
    left: 5px;
}

/*
@media (min-width: 1075px) {
    .textblock.tkd-icon {
        width: 90%;
        margin: 0 auto;
    }
}
*/


@media (max-width: 810px) {     .textblock.tkd-icon {
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;     }
    .textblock.tkd-icon:before {
        width: 22vw;
        height: 18vw;
        min-width: 85px;
        min-height: 70px;
    }
}


@media (max-width: 480px) {
        .textblock.tkd-icon {
        font-size: 14px;
        line-height: 18px;
    }
    .textblock.tkd-icon:before {
        top: -5px;
    }
                .textblock.tkd-icon {
            font-size: 12px;
            line-height: 14px;
        }
        .textblock.tkd-icon:before {
            margin-right: 20px;
        }
    }

