.diabetic-ulcer-section {
    padding: 90px 0;
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
}

.diabetic-ulcer-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0b2c6a;
    margin-bottom: 15px;
}

.diabetic-ulcer-section img {
    max-width: 220px;
    margin-top: 10px;
}

.content-box {
    background: #f9fbff;
    padding: 30px;
    border-radius: 14px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.content-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0b2c6a;
    margin-bottom: 12px;
}

.content-box h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.content-box p {
    font-size: 14.5px;
    color: #444;
    line-height: 1.7;
}

.content-box ul {
    padding-left: 18px;
}

.content-box ul li {
    font-size: 14.5px;
    margin-bottom: 6px;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .diabetic-ulcer-section h2 {
        font-size: 26px;
    }
}
