

section.Three_Models .Why_Choose_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    height: 100%;
    transition: 0.5s all ease-in-out;
    margin-block: 0;
    margin-top: 12px;
}

section.Three_Models .Why_Choose_Box h5 {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 8px;
}

section.Three_Models .Why_Choose_Box p {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
}

section.Three_Models .Why_Choose_Box ul li {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 22px;
    position: relative;
    padding-left: 30px;
    list-style: none;
}

section.Three_Models .Why_Choose_Box ul li:before {
    content : '';
    background: url(../../images/partnership-model/Three_Models_Check.svg);
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

a.Learn_How_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.Why_Choose_Box.Most.Popular_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    position: relative;
    overflow: hidden;
}

.Why_Choose_Box.Most.Popular_Box .Most_Popular_Text {
    background: var(--Success-Green-700, #027A48);
    padding: 10px;
    position: absolute;
    top: 28px;
    right: -48px;
    min-width: 191px;
    transform: rotate(45deg);
}

.Why_Choose_Box.Most.Popular_Box .Most_Popular_Text p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    min-height: inherit;
}

.Why_Choose_Box.Most.Popular_Box a.Learn_How_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.Partnerships_Points {}

.Partnerships_Points h6 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}

section.Three_Models .Why_Choose_Box .Partnerships_Points p {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}


section.Why_Firms .Why_Choose_Box:hover {
    transition: 0.5s all ease-in-out;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
    box-shadow: 4px 4px 0 0 #000;
    margin-top: 0;
}

section.Why_Firms .Why_Choose_Box:hover a.Learn_How_Btn {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}

section.Three_Models .Why_Title h2 {
    color: #fff;
}

section.Three_Models .Why_Title h2 span {
    color: #fff;
}

section.Three_Models .Why_Title p {
    color: #fff;
}

