.related-checklists {
    max-width: 1140px;
    margin: 60px auto;
}

.related-checklists h3 {
text-align:center;
margin-bottom: 10px;
}

.related-checklists-all {
    text-align: center;
    display: block;
    font-weight: 600;
}

.related-checklists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    border-radius: 8px;
    max-width: 1140px;
    margin: 40px auto;
}

.related-checklists .checklist-item {
    padding: 20px;
    border-radius: 8px;
    line-height: 26px;
    border: 1px solid #ebebeb;
}

.related-checklists .checklist-title {
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.related-checklists .checklist-icon img {
    width: 40px;
    border-radius: 4px;
}