.product-table-7 {
    margin-top: 20px;
    /* border-collapse: collapse; */
    width: 100%;
    max-width: 100%;
    border: 2px solid #003B4D;
  
}

.left-column-7,
.right-column-7 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    text-align: left;
    color: #333333;
    border: 1px solid #003B4D;
    padding: 8px;
}

.left-column-7 {
    background-color: #09607A;
    color: white;
}

.specification-text {
    color: #09607A;
    padding: 10px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: left;
}


.su-text{
      color: #333333;
    padding: 10px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: center;
    position: relative;
    top: 2rem;
    
}

.product-7 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0rem;
    position: relative;
    padding: 6rem;
}

@media screen and (max-width: 1024px) {
    .product-7 {
        padding: 2rem;
    }


    .product-table-7{
        overflow-x: auto; /* Enable horizontal scrolling */
        display: block;
    }
}
