
.product-tabs .tab-content {
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 10px !important;
    border: 1px solid #e5e5e5 !important;
}

.product-tabs .tab-content p {
    font-size: 16px !important;
    line-height: 1.9 !important;
    color: #333 !important;
    margin-bottom: 14px !important;
}

.product-tabs .tab-content strong,
.product-tabs .tab-content b {
    font-weight: 600 !important;
    color: #111 !important;
}

.product-tabs .tab-content ul {
    padding-left: 20px !important;
}

.product-tabs .tab-content li {
    margin-bottom: 8px !important;
}
.desc-section {
    margin-bottom: 22px;
}

.desc-heading {
    margin: 0 0 12px 0 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1f5f73 !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.desc-list {
    margin: 0 !important;
    padding-left: 20px !important;
}

.desc-list li {
    margin-bottom: 8px !important;
    line-height: 1.8 !important;
    color: #2b2b2b !important;
}