.coregwrapper {
    color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid rgba(15, 76, 68, 0.20);
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
}

.hnpwrapper {
    color: #000;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid rgba(15, 76, 68, 0.20);
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-top: 10px;
    padding: 10px;
    min-height: 204px;
}

.coregtitle {
    font-size: 16px !important;
    line-height: normal !important;
    font-weight: 600 !important;
    text-align: justify !important;
    cursor: pointer;
    margin-bottom: 0px;
}

.coregCheck {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #8F8F8F;
    width: 15px;
    height: 15px;
}

.coreg-lower-title {
    text-align: left;
    font-weight: 400 !important;
    margin-bottom: 5px;
}

.coreg-description {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    margin-bottom: 0px;
}

.subscript {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.coregbuttons {
    bottom: 10px !important;
    position: absolute;
    width: 93%;
}

.hnp-terms {
    font-size: 12px;
    text-align: justify;
}

@media (max-width: 767px) {
    .coregtitle {
        font-size: 12px !important;
    }

    .coreg-lower-title {
        font-size: 10.10px !important;
        margin-top: 5px;
    }

    .coreg-description {
        font-size: 10.10px !important;
    }

    .subscript {
        font-size: 10.10px !important;
    }

    .hnpwrapper {
        min-height: 290px;
    }

    .coregbuttons {
        bottom: 23px !important;
        position: absolute;
        width: 91%;
    }
}