.justify-self-center{
justify-self: center;
}
.font-weight-bold{
font-weight: bold;
}
.border-title{
border: solid 2px #e84d1a99;
padding-block: 6px;
padding-inline: 30px;
}
.border-top{
border-top: solid 1px #E84D1A !important;
}  .tabela-medidas-geral {
max-width: 1200px;
display: flex; align-items: center; } .tabela-medidas-label {
color: #FF6A26;
font-weight: bold;
display: inline-block;
transform: rotate(-90deg); white-space: nowrap; border: 3px solid #FF6A26; padding-inline: 50px; } .grid-pai {
flex: 1; }
.grid-area-1 { grid-area: 1 / 1 / 2 / 2; }
.grid-area-2 { grid-area: 1 / 2 / 2 / 3; }
.grid-area-3 { grid-area: 1 / 3 / 2 / 4; }
.tabela-medidas-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
padding-block: 1.5px;
}
@media (max-width: 1000px) { .tabela-medidas-geral {
display: none; }
}