

.participation {
    background: #F8F8F8;
}

.participation_cont {
    color: var(--neutral-bupa-ink, #111C24);
    text-align: center;
    font-size: 32px;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-weight: 700;
    line-height: 52px;
    padding-top: 80px;
    padding-bottom: 40px;
}

.participation_info {
    width: 100%;
    display: flex;
}

.participation_info_img {
    width: 33%;
}



    .participation_info_img img {
        /* width: 402px;
        height: 200px;*/
        width: 100%;
        height: 100%;
        flex-shrink: 0;
    }

.participation_info_width {
    width: 17px;
}

.participation_info_width_img {
    width: 10px;
}

.participation_info_height_img {
    height: 10px;
}

.participation_title {
    color: var(--primary-bupa-blue, #0079C8);
    text-align: center;
    font-size: 24px;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-weight: 700;
    line-height: 38px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.participation_end {
    color: var(--neutral-bupa-text-grey, #21272A);
    text-align: center;
    font-size: 16px;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-weight: 500;
    line-height: 22px;
    padding-bottom: 80px;
}

.participation_info_img_blod {
    color: #05B8B5;
    text-align: center;
    font-size: 20px;
    font-family: Noto Sans TC;
    font-weight: 700;
    line-height: 20px;
}

.participation_info_img_title {
    display: flex;
}

.participation_info_img_title_cont {
    color: var(--neutral-bupa-ink, #111C24);
    font-size: 16px;
    font-family: "Montserrat","Noto Sans TC",sans-serif;
    font-weight: 500;
    line-height: 22px;
}


@media screen and (max-width: 959px) {

    .participation_cont {
        color: var(--neutral-bupa-ink, #111C24);
        text-align: center;
        font-size: 24px;
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-weight: 700;
        line-height: 57px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .participation_info {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .participation_info_img {
        width: 100%;
    }

    .participation_info_width {
        height: 24px;
    }

    .participation_title {
        color: var(--primary-bupa-blue, #0079C8);
        text-align: center;
        font-size: 20px;
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-weight: 700;
        line-height: 30px;
    }

    .participation_end {
        color: var(--neutral-bupa-text-grey, #21272A);
        text-align: center;
        font-size: 16px;
        font-family: "Montserrat","Noto Sans TC",sans-serif;
        font-weight: 500;
        line-height: 22px;
        padding-bottom: 40px;
    }
}
