.margin_credentials {
    text-align: left;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.credential_top_header {
    margin-top: 25px;
}

.credential_header {
    margin-top: 40px;
}

.rdct_h1 {
    font-size: 40px;
}

.rdct_section_header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--black-text);
    font-size: 44px;
    text-align: center;
}

.rdct_logo {
    display: block;
    width: 330px;
    height: auto;
    margin-bottom: 10px;
    margin-right: 60px;
}

.rdct_text_block_right{
    display: block;
    max-width: 546px;
    width: fit-content;
    height: fit-content;
    padding-left: 25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.rdct_section_banner
{
    padding-left: 13%;
    padding-right: 13%;
}

.rdct_container_width {
    width: 68%;
}

.rdct_credentials_header_big {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--blue-text);
    font-size: 90px;
    line-height: 1.5;
}

.rdct_credentials_header {
    display: inline;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--blue-text);
    font-size: 25px;
    margin-left: -15px;
}

.rdct_image_label_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--black-text);
    font-size: 30px;
    text-align: left;
}

.rdct_b1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: var(--blue-text);
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.rdct_margin_link {
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 24px;
}

.rdct_centered_conclusion {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--blue-text);
    font-size: 37px;
    text-align: center;
    width: 56%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
    margin-top: 43px;
}

.rdct_text_column {
    display: block;
    height: 352px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    
}

.rdct_text_block_left {
    display: block;
    max-width: 546px;
    width: fit-content;
    /*height: 258px;*/
    padding-left: 25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.rdct_section_top {
    margin-top: 61px;
}

.rdct_pic_column {
    width: 379px;
}

.rdct_text_column {
    height: 330px;
}

.rdct_recruitment_p {
    width: 58%;
    font-weight: 500;
    font-size: 24px;
}

.rdct_green_line_font {
    color: var(--blue-text);
}

.rdct_banner {
    margin-top: 92px;
}

.rdct_banner h2 {
    font-size: 36px;
}

.rdct_benefit_frame {
    width: 288px;
    display: block;
    padding-right: 9px;
    padding-top: 11px;
    padding-bottom: 12px;
    box-shadow: var(--dropshadow-bounding-box);
    border-radius: 18px;
    margin: 18px;
}

.rdct_icon {
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -14px;
    margin-bottom: -2px;
}

.rdct_benefit_header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--black-text);
    font-size: 20px;
    text-align: left;
    margin-left: 8%;
}

.rdct_research_outcome_body {
    width: 50%;
    font-size: 19px;
    padding-left: 13px;
}

.hipaa_text {
    text-align: center;
}

.hipaa_body {
    width: 44%;
    font-size: 20px;
}

@media (max-width: 1610px) {
    .rdct_section_top {
        width: 75%;
    }
}

@media (max-width: 1314px) {
    .rdct_section_top {
        width: 85%;
    }
}

@media (max-width: 1270px) {

    .rdct_section_header {
        font-size: 30px;
    }

    .rdct_image_label_text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: var(--black-text);
        font-size: 24px;
        text-align: left;
    }

    .rdct_text_block_left {
        display: block;
        max-width: 546px;
        width: fit-content;
        height: fit-content;
        padding-left: 0px;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }

    .rdct_text_block_right {
        display: block;
        max-width: 546px;
        width: fit-content;
        height: 170px;
        padding-left: 25px;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }
}

@media (max-width: 992px) {

    .rdct_section_header {
        text-align: left;
        width: 85%;
    }

    .rdct_text_block_right {
        display: block;
        max-width: 460px;
        margin-left:auto;
        margin-right: auto;
        padding-left: 0px;
        height: fit-content;

        width: fit-content;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .rdct_text_block_left {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        height: fit-content;
        width: 460px;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .margin_credentials {
        width: 56%;
    }
    .rdct_centered_conclusion {
        font-size: 28px;
        text-align: left;
    }

    .rdct_h1 {
        padding-top: 10px;
        text-align: center;
        font-size: 40px;
    } 

    .rdct_logo {
        display: block;
        /*width: 70px; */
        margin-left: auto;
        margin-right: auto;
        order: 1;
    }

    

    .credential_top_header {
        /*margin-top: 25px;*/
    }

    .credential_header {
        /*margin-top: 40px;*/
    }

    .rdct_credentials_header_big {
        /*font-size: 90px;
        line-height: 1.5;*/
    }

    .rdct_credentials_header {
        /*font-size: 25px;
        margin-left: -15px;*/
    }

    .rdct_b1 {
        font-size: 24px;
        /*font-size: 28px;
        margin-top: 0px;
        margin-bottom: 5px;
        line-height: 1.3;*/
    }

    .rdct_margin_link {
        /*margin-top: 3px;
        margin-bottom: 0px;
        font-size: 24px;*/
    }

    .rdct_pic_column {
        width: 460px;
    }

    .rdct_text_column {
        height: fit-content;
        margin-left: auto;
        margin-right: auto;
        width: 460px;
    }

    .rdct_research_outcome_body {
        width: 85%;
    }

    .hipaa_body {
        width: 72%;
    }

    .hipaa_text {
        text-align:left;
        width: 72%;

    }  

}

@media (max-width: 871px) {

    
}

@media (max-width: 618px) {

   

    .rdct_h1 {
        font-size: 30px;
    } 

    .margin_credentials {
        width: 80%;
    }

    .rdct_centered_conclusion {
        width: 80%;
        text-align: left;
    }

    .rdct_recruitment_p {
        width: 80%;
    }

    .rdct_section_banner {
        padding-left: 0%;
        padding-right: 0%;
        text-align: left;
    }

    
}

@media (max-width: 506px) {

    .rdct_text_column {
        width: 371px;
    }

}
