.poker_hero {
    padding: 265px 0px;
    margin-top: 35px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.poker_team_hero_content h1 {
    color: #FFF;
    font-size: 55px;
    font-weight: 400;
    line-height: 76px;
    margin-bottom: 20px;
}

.poker_team_hero_content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.poker_team_section_tab_content {
    display: flex;
    gap: 10px;
    border-radius: 20px;
    background: #FFF;
    padding: 50px 20px;
    margin-bottom: 20px;
}

.poker_team_section_tab_content_img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.poker_team_section_tab_content_text h3 {
    color: #02388F;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.poker_team_section_tab_content_text ul {
    list-style: disc;
    padding-left: 20px;
}

.poker_team_section_tab_content_text li {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.poker_team_section_tab_title {
    text-align: center;
    margin: 0px auto;
    max-width: 970px;
    margin-bottom: 40px;
}

.poker_team_section_tab_title h2 {
    color: #039;
    font-size: 45px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.poker_team_section_tab {
    background-color: #E9E9E9;
    padding: 80px 0px;
}

.last_component {
    background: #F7F7F7;
}

.last_component_content {
    text-align: center;
    padding: 30px 0px 40px 0px;
    border-radius: 16px;
    border: 1px solid #02388F;
    background: #FFF;
}

.last_component_content a {
    padding: 10px 40px;
}

.last_component_content img {
    width: 120px;
    height: 56px;
}

.last_component_content h4 {
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

@media screen and (max-width: 1200px) {
    .poker_hero {
        padding: 150px 0px;
    }
}

@media screen and (max-width: 991px) {
    .poker_hero {
        padding: 100px 0px;
    }
    
    .poker_team_hero_content h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 768px) {
    .poker_team_section_tab_title h2,
    .poker_team_hero_content h1 {
        font-size: 35px;
    }

    .poker_team_section_tab_content {
        flex-direction: column;
    }

    .poker_team_section_tab_content img {
        width: 96px;
        height: auto;
        margin: 0px auto;
    }

    .poker_team_section_tab_title {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .poker_team_hero_content h1 {
        font-size: 30px;
        line-height: 150%;
    }

    .poker_team_section_tab_title h2 {
        font-size: 30px;
    }

    .poker_team_hero_content p {
        font-size: 14px;
    }

    .poker_team_section_tab {
        padding: 40px 0px;
    }

    .poker_team_section_tab_content img {
        width: 57px;
    }

    .poker_team_section_tab_content_text h3 {
        font-size: 22px;
    }

    .poker_hero {
        padding: 80px 0px 73px 0px;
    }
}