.table {
    display: flex;
}

.table tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.table tr {
    display: flex;
    justify-content: space-between;
    border-top: 1.25px solid #808080;
    padding-top: 18px;
    padding-bottom: 14px;
    gap: 20px;
}

.table--border-bottom tr {
    border-bottom: 1.25px solid #808080;
    border-top: 0;
}

@media only screen and (max-width: 899px) {
    .table tr {
        border-top: 0.5px solid #808080;
        padding-top: 6px;
        padding-bottom: 4px;
        gap: 10px;
    }
}

@media only screen and (max-width: 399px) {
    .table tr {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}

.table.table-border-bottom tr {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom: 1.25px solid #808080;
}

.table tr.lpt {
    padding-top: 0px;
}

.table tr.lpb {
    padding-bottom: 0px;
}

.table tr.border-none {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
}

.table tr td {
    display: block;
}

.table tr td:first-child {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.035ex;
}

@media only screen and (max-width: 899px) {
    .table tr td:first-child {
        letter-spacing: 0.035ex;
    }
}

.table tr td:last-child {
    max-width: 75%;
    text-align: right;
}

@media only screen and (max-width: 899px) {
    .table tr td:last-child {
        letter-spacing: -0.035ex;
    }
}

@media only screen and (max-width: 399px) {
    .table tr td:last-child {
        text-align: left;
    }
}

.drawings-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.drawings-wrapper > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 7%;
}

@media only screen and (max-width: 1199px) {
    .drawings-wrapper > span {
        font-size: 19px;
    }
}

@media only screen and (max-width: 899px) {
    .drawings-wrapper > span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .drawings-wrapper > span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 399px) {
    .drawings-wrapper > span {
        font-size: 9px;
    }
}

.drawings-wrapper > .drawings-w {
    top: 6.4%;
    left: 86%;
}

.drawings-wrapper > .drawings-l {
    top: 21.5%;
    left: 34.1%;
}

.drawings-wrapper > .drawings-h {
    top: 61.5%;
    left: 86%;
}
