html body {
    overflow-x: hidden;
}

.description-part-title {
    color: var(--primary-2);
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 36px */
}

.bg-description-title {
    color: var(--primary-1);
    text-align: right;
    font-size: larger;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    border-radius: 20px;
    background: var(--light-sky, #E7EEF8);
    display: block;
}

.section-title {
    padding: 0 0 22px 0px;
}
.supplier-card {
    border-radius: 12px !important;
    border: 1px solid var(--primary-2)40 !important;
    cursor:pointer;
}

.button-spplier-part {
    background-color: #004876;
    border-radius: 4px;
    border: 0;
    box-shadow: rgba(1, 60, 136, .5) 0 -1px 3px 0 inset, rgba(0, 44, 97, .1) 0 3px 6px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    min-height: 43px;
    min-width: 120px;
    padding: 0px 10px 0px 11px !important;
    position: relative;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

    .button-spplier-part:hover {
        background-color: #238DC1;
        transform: translateY(-2px);
    }

a {
    text-decoration: auto !important;
}


.card-discraption {
    border-radius: 20px !important;
    width: auto !important;
    height: 361px !important;
}

#card2 {
    width: auto;
    display: none;
}



ol {
    color: var(--primary-1);
    text-align: right;
    font-family: Helvetica Neue LT Arabic;
    font-size: medium;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
}

/*.card-body ul {*/
/*    color: var(--primary-1);*/
/*    text-align: right;*/
/*    font-family: Helvetica Neue LT Arabic;*/
/*    font-size: medium;*/
/*    font-style: normal;*/
/*    font-weight: 100;*/
/*    line-height: 150%;*/
/*}*/
