.table-custom-two{
    margin: 40px 0;
}
.table-custom-two > .r {
    display: flex;
    margin-bottom: 7px;
}
.table-custom-two > .r.head > div{
    background: #2ABB9C;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 2px 0;
}
.table-custom-two > .r .p-yes ,.table-custom-two > .r .p-no{
    background: #f3f4f6;
    width: 40%;
    border-radius: 5px;
    position: relative;
}
.table-custom-two > .r .p-compare{
    background: #D4F1EB;
    width: 18%;
    padding: 2px;
    margin: 0 1%;
    text-align: center;
    border-radius: 5px;
}
.table-custom-two > .r .p-yes .progress-custom{
    position: absolute;
    height: 100%;
    left: 0;
    background: rgba(119, 119, 119, 0.35);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.table-custom-two > .r .p-no .progress-custom{
    position: absolute;
    height: 100%;
    right: 0;
    background: rgba(119, 119, 119, 0.35);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
@media only screen and (max-width: 768px) {
    .table-custom-two > .r.head > div {
        background: #2ABB9C;
        color: white;
        font-weight: 600;
        text-align: center;
        padding: 4px 0;
        font-size: 14px !important;
    }
    .table-custom-two > .r .p-compare {
        background: #D4F1EB;
        width: 25%;
        font-size: 14px !important;
    }
    .progress-bar-one.card-gray.p-3 .wrong-answer.d-flex.align-items-center span {
        font-size: 14px !important;
    }
    .progress-bar-one.card-gray.p-3 .success-answer.d-flex.align-items-center span {
        font-size: 14px !important;
    }
}