.technical-data-heading {margin-bottom: 30px;}
.technical-data-wrapper {max-width: 800px;width: 100%;margin: 0 auto;}
.technical-data-details {padding: 15px 0;border-bottom: 1px solid rgb(180 0 1 / 35%);display: flex;gap: 12px;}
.technical-data-details:first-child {padding-top: 0;}
.technical-data-title {font-weight: 600;min-width: 335px;}

@media screen and (max-width: 749px) {
    .technical-data-details {flex-direction: column;}
}