:root {
    --cnvs-primary-menu-hover-color: #1abc9c;
    --cnvs-body-bg: #3F4953;
    --cnvs-primary-menu-color: #f8f9fa;
    --bs-secondary-color: #6B7177;
}

.box-choose-us {
    background: white;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s;
}

.box-choose-us-title {
    font-size: 20px !important;
    margin-bottom: 12px !important;
    color: #0B1F3A !important;
}

.box-choose-us-detail {
    color: #5B6B7A !important;
    line-height: 1.7 !important;
}

.box-choose-us-img {
    width: 100% !important;
    border-radius: 10px !important;
    margin-bottom: 18px !important;
}