.logo-member {
    display: inline-block; /* Set the logo-member div to inline-block */
    vertical-align: middle; /* Align vertically */
}

.log-thumb {
    margin-right: 0px; /* Add some margin between the image and the ul */
}

.link-list {
    display: inline-block; /* Set the ul to inline-block */
    vertical-align: middle; /* Align vertically */
}
 @media (max-width: 576px) {
        .why-sky-tree h4 {
            font-size: 16px; /* Adjust the font size for smaller screens */
            line-height: 1.5; /* Adjust the line height for smaller screens */
        }
        .section-title h1{
            font-size: 16px;
        }
        .section-title h4{
            font-size: 12px;
        }
    }

     @media (max-width: 400px) {
        .why-sky-tree h4 {
            font-size: 10px; /* Adjust the font size for smaller screens */
            line-height: 1.5; /* Adjust the line height for smaller screens */
            display: flex;
            justify-content: space-between;
        }
    }

    .specific-section tr {
        height: 14px; /* Adjust the height as needed */
    }

    /* Change the line color for the <tr> elements within the .specific-section class */
    .specific-section tr {
        border-bottom: 1px solid #ccc; /* Change the color code as needed */
    }