/* one_global_team - Start - 200726 */

section.one_global_team {
    background: url('../../images/offshoring/one_global_team_img.png');
    background-size: cover;
    padding-block: 72px;
}

section.one_global_team .sec_title {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

section.one_global_team .sec_title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    padding-bottom: 16px;
}

section.one_global_team .sec_title h2 span {
    display: block;
    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;
}

section.one_global_team .sec_title p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}

section.one_global_team .Talent_Hub_Box {
    background: #FFF;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    border-radius: 12px;
    padding: 24px;
    /* height: 100%; */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    margin-bottom: 24px;
    margin-top: 12px;
    transition: 0.5s all ease-in-out;
}

section.one_global_team .Talent_Hub_Box:hover {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
    box-shadow: 4px 4px 0 0 #000;
    margin-top: 0;
}

section.one_global_team .Talent_Hub_Box.Talent_Hub_Highlight {
    box-shadow: 0 8px 24px 0 rgba(16, 24, 40, 0.10);
}

section.one_global_team .Talent_Hub_Flag {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

section.one_global_team .Talent_Hub_Flag img {
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(16, 24, 40, 0.08);
}

section.one_global_team .Talent_Hub_Flag h3 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

section.one_global_team .Talent_Hub_Box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 50px;
}

section.one_global_team .Talent_Hub_Box ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

section.one_global_team .Talent_Hub_Box ul li:not(:last-child) {
    margin-bottom: 14px;
}

section.one_global_team .Talent_Hub_Box ul li svg {
    flex-shrink: 0;
    margin-top: 1px;
}

.one_global_team a.Book_Your:hover {
    background: var(--Theme-Blue-800, #182878);
}

.one_global_team a.Book_Your {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    display: flex;
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    max-width: 188px;
    gap: 8px;
    margin: 48px auto 0;
}



@media screen and (max-width:1366.51px) {
    
}

@media screen and (max-width:991px) {
 
}

@media screen and (max-width:767px) {
     section.one_global_team .sec_title h2 {
        font-size: 24px
    }

    section.one_global_team .sec_title h2 span {
        font-size: 24px
    }

    section.one_global_team .sec_title p {
        font-size: 16px;
        line-height: 24px; /* 150% */
    }

    section.one_global_team {
        padding-block: 46px;
        background-position: center;
    }
}

@media screen and (max-width:580px) {
   
}

@media screen and (max-width:480px) {
    
}

@media only screen and (max-width:767px) {
    
}