/*
.regTrio::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 25px #fff solid;
    pointer-events: none;
}

.regTrio {
    padding: 0px !important;
}
*/