.tables-div {
    width: 100%;
    min-height: 1100px;
    background-color: #fff;
    position: relative;
    margin-bottom: 70px;
    overflow: hidden;
}

.tables-img {
    width: 100%;
    max-height: 650px;
}

.div-div {
    width: 93%;
    height: 100%;
    margin: auto;
}

.div-img {
    position: absolute;
    right: -244px;
    bottom: -97px;
    clip-path: polygon(0% 0%, 65% 0%, 65% 80%, 0% 80%);
}

.div-one {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 38px;
    text-decoration: line-through 12px rgba(195, 197, 228, 0.6);
}

.one-textthrough {
    position: absolute;
    left: 20px;
    top: 12.5px;
}

.div-two {
    font-size: 16px;
    color: #666666;
    line-height: 2;
}

@media screen and ( max-width: 500px) {
    .div-one {
        font-size: 14px;
    }
    .div-two {
        font-size: 12px;
    }
    .tables-div {
        min-height: 900px;
    }
}