_left-right.css 780 Bytes
.left-right-thumb-row {
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;

    .thumb-row-box {
        display: inline-block;
        width: 275px;
        height: 132px;
        border-radius: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 14.4px;

        &.first {
            margin: 0 !important;
        }
    }

    .left-thumb-row-box {
        height: 308px;
    }

    .right-container {
        display: inline-block;
        width: 275px;
        height: 280px;
        border-radius: 4px;
        margin: 0 14.4px;

        .right-thumb-row-box {
            margin: 32px 0 0;
        }
    }
}