.bs-tab-row {}

.bs-tab-row::after {
    content: '';
    display: table;
    clear: both;
}

.bs-tab-col-sampler>div+div {
    margin-left: 2px;
}

.sam-tab {
    border: 1px dashed transparent;
    background-color: #ccc;
    cursor: pointer;
    float: left;
    width: calc(32% - 30px);
    padding: 10px 15px;
    border-radius: 4px;
}

.sam-text {
    border: 1px dashed transparent;
    color: #444;
    text-align: center;
    text-transform: capitalize;
    font-size: 1.8em;
    padding: 5px 0;
    border-radius: 4px;
}

.sam-tab:hover {
    border: 1px dashed #ff7033;
}

.sam-text:hover {
    border: 1px dashed #ff7033;
}

@media (min-width: 1200px) {
    .bs-tab-col-sm-6 {
        display: block;
        float: left;
        width: calc(50% - 40px);
        margin-top: 15px;
        margin-left: 8px;
    }
}