#Pros p:first-of-type {
    font-size: larger;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 10px;
}

#Cons p:first-of-type {
    font-size: larger;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 10px;
}

#Specification h3:first-of-type {
    font-size: 28px;
    margin-bottom: 26px;
}

#Specification table:first-of-type {
    width: 100% !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    border-collapse: collapse !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: none !important; /* Removed border */
    vertical-align: top !important;
    width: 91px;
}

    #Specification table:first-of-type th,
    #Specification table:first-of-type td {
        text-align: left;
        padding: 12px 15px;
        border: none !important; /* Removed border */
    }

    #Specification table:first-of-type th {
        background-color: #4CAF50 !important;
        color: white !important;
        font-size: 16px;
    }

    #Specification table:first-of-type tr:nth-child(even) {
        background-color: #f2f2f2 !important;
    }

    #Specification table:first-of-type tr:last-child td {
        border-bottom: none !important;
    }

    #Specification table:first-of-type tr td[rowspan] {
        background-color: #f0f8f8; /* Light background color */
        font-weight: bold; /* Bold font */
        text-align: center; /* Center-aligned text */
    }

.row-header {
    background-color: #f0f8f8;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 600px) {
    #Specification .table-responsive {
        overflow-x: auto;
        width: 100%;
    }
    #Specification table:first-of-type {
        min-width: 400px;
        font-size: 14px;
        box-shadow: none;
        border-radius: 0;
    }
    #Specification th, #Specification td {
        padding: 8px 10px;
    }
    #Specification h3 {
        font-size: 20px;
    }
}
p {
    /* font-size: 18px; */
    margin: 0;
    line-height: 1.8 !important;
    /* font-family: inherit; */
}


#KeyFeatures h3:first-of-type {
    font-size: 28px;
    margin-bottom: 26px;
    margin-left:10px;
}

#FinalThoughts h3:first-of-type {
    font-size: 28px;
    margin-bottom: 26px;
}
#KeyFeatures ol > li {
    margin-left: 12px; /* Adjust this value as needed */
}

ul {
    list-style: disc;
    padding-left: 0px !important;
}

.product-img {
    width: 200px;
    height: 200px;
    margin-left: 28px;
}

@media (max-width: 576px) { /* Mobile screens */
    .product-img {
        margin-left: 0; /* Remove left margin */
        height: auto; /* Adjust height automatically */
        width: 100%; /* Make image responsive */
    }
}.product-img1 {
    width: 200px;
    height: 200px;
    margin-left: 43px;
    border-radius:3px;
}

@media (max-width: 576px) { /* Mobile screens */
    .product-img1 {
        margin-left: 0; /* Remove left margin */
        height: auto; /* Adjust height automatically */
        width: 100%; /* Make image responsive */
    }
}
@media (max-width: 576px) { /* Mobile screens */
    .product-title {
        font-size: 11px; /* Set font size to 11px on mobile */
    }
}