
.Banner_Bg{
    padding-block: 37px;
    background-image: url(../../../v2/images/alliances_and_partnerships/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.Banner {
    text-align: center;
}
.Banner h1 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}
.Banner p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-bottom: 24px;
}
section.Boxes_Main {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding-block: 36px;
}
.Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}
.Box_Main {
    display: flex;
    gap: 24px;
}
.Box h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-block: 8px;
}
.Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    width: 198px;
}
section.Right_Left {
    background: var(--White, #FFF);
    padding-block: 72px;
}
.Right_Can h4 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.Right_Can h5 {
    color: var(--Theme-Dark-Blue-900, #17162C);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-block: 14px;
}
.Right_Can p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-block: 14px;
}
.Right_Can p b {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.Right_Can a {
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--White, #FFF);
    color: var(--Theme-Blue-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);

    /* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.Right_Can a svg {
    margin-left: 8px;
}
.Right_Can a:hover {
    color: #fff;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
}
.Right_Can a:hover svg path {
    stroke: #fff;
}

.Right_Can a.bg_white_btn {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--White, #FFF);
    color: var(--Theme-Blue-500, #3A58EF);

    /* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

section.Right_Left.Bg_Color {
    background: var(--Theme-Blue-50, #EBEEFD);
}
section.Partnership {
    background: var(--Text-Grey-50, #F9FAFB);
    background-position: center;
    padding-block: 72px;
}
.Partnership_Can {
    text-align: center;
}
.Partnership_Can h2 {
    color: var(--Theme-Dark-Blue-900, #17162C);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}
.Partnership_Can p {
    margin-bottom: 36px;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Partnership_Can h4 a {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 0;
}
.Partnership_Can a.schedule_call {
    margin: 0 auto;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 332px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.Partnership_Can a.schedule_call svg {
    margin-right: 8px;
}
.Partnership_Can a.schedule_call:hover {
    background-color: #fff;
    color: #3A58EF;
}
.Partnership_Can a.schedule_call:hover svg path {
    fill: #3A58EF;
}
.Partnership_Can label {
    border-radius: 40px;
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Text-Grey-900, #101828);
    text-align: center;

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding: 5px 10px;
    margin-bottom: 12px;
}

.Partnership_Can h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.72px;
}

.Banner_Imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.Right_Can a.bg_white_btn svg:first-child {
    display: inline-block;
}

.Right_Can a.bg_white_btn svg:last-child {
    display: none;
}

.Right_Can a.bg_white_btn:hover {
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}

.Right_Can a.bg_white_btn:hover svg:first-child {
    display: none;
}

.Right_Can a.bg_white_btn:hover svg:last-child {
    display: inline-block;
}


@media only screen and (max-width: 1366.51px) {
    .Box {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        padding: 24px;
        min-width: 200px;
    }

    .Box h4 {
        font-size: 44px;
    }

    .Box p {
        font-size: 17px;
        width: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .Banner_Bg {
        padding-block: 50px;
    }
    h1{
        /* font-size: 28px !important;
        font-weight: 700 !important;
        line-height: 36px !important; */
    }
    h2 {
        font-size: 28px !important;
    }
    h4 {
        /* font-size: 18px !important; */
    }
    section.Right_Left {
        padding-block: 50px;
    }
    .Banner p {
        font-size: 18px;
    }
    .Box_Main {
        display: inline-block;
        width: 100%;
    }
    .Box p {
        width: auto;
    }
    .Box {
        margin-bottom: 24px;
    }
    .Right_Can {
        margin-bottom: 20px;
    }
    .Right_Img {
        margin-bottom: 20px;
    }
    h4 {
        /* font-size: 32px !important; */
    }
    h5{ 
        /* font-size: 20px !important; */
    }

    .Banner_Imgs {
        flex-wrap: wrap;
    }
}