.p_row {
    display: flex;
    flex-direction: row;
    background-color: #EBF1FF;
    color: #1c2334;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
}

.p_row.phead {
    background-color: #1c2334;
    color: #f5f8ff;
}

.p_col1 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phead .p_col3 {
    justify-content: center;
}

.p_col2 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_col3 {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.p_col4 {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_col5 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp.content.table {
    padding-bottom: 30px;
}

@media screen and (max-width: 1300px) {
    .p_row {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .p_row.phead h3{
        font-size: 20px;
    }

    .hp.content.table {
        width: 90vw;
    }
}

@media screen and (max-width: 800px) {
    .p_row {
        font-size: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .p_row.phead h3{
        font-size: 16px;
    }

    .hp.content.table {
        width: 90vw;
    }
}

@media screen and (max-width: 600px) {
    .p_row {
        font-size: 12px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .p_row.phead h3{
        font-size: 14px;
    }

    .hp.content.table {
        width: 96vw;
    }

    .p_col4 {
        display: none;
    }

    .p_col2 {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .p_col3 {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .p_col5 {
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p_col1 {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}