.main_cont {
    width: 100vw;
    overflow-x: hidden;
}
/************************/
/*  report submission   */
/************************/
.report_submit_main {
    width: 100vw;
    min-height: 30rem;
    background: url("/images/carousel/footer_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    color: white;
}
#reports_main_cont {
    background-color: black;
    color: white;
    text-align: center;
    padding-block: 2rem;
}
#reports_main_cont #reports_title {
    font-size: 2.5rem;
    font-weight: 500;
}
#reports_main_cont #reports_text_one {
    font-size: 1.5rem;
    font-weight: 500;
}

.report_spacer {
    height: 1.25rem;
}

.report_submit_main > div > h1 {
    font-size: 2.5rem;
}
/************************/
/* 		 trust 			*/
/************************/
.dg_trust {
    padding: 6rem 2rem;
    position: relative;
    background-color: black;
    color: white;
    overflow: hidden;
    mix-blend-mode: normal;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}

#blue_dg_span {
    color: var(--distro-blue);
}

#dg_blade_top_div {
    min-height: 30rem;
    position: relative;
}

#dg_blade_top,
#dg_blade_bot {
    position: absolute;
    max-height: 50rem;
    object-fit: contain;
    mix-blend-mode: screen;
    z-index: 0;
}

#dg_blade_top {
    rotate: -42deg;
    left: -29rem;
    top: -35rem;
}

#dg_blade_bot {
    rotate: -108deg;
    left: -36rem;
    top: 5rem;
}

.percent_items {
    position: relative;
    font-size: 2.25rem;
    font-weight: 300;
    width: 25rem;
    max-width: 80vw;
    justify-self: center;
    align-self: center;
    z-index: 1;
}
.trust-cont {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}
.trust-txt {
    width: 40rem;
    max-width: 80vw;
    align-self: center;
}
#trust_blue_logo_text {
    font-size: 5rem;
    line-height: 5rem;
    font-weight: 700;
    color: var(--distro-blue);
}

#dg_logo_trust {
    max-height: 4rem;
}

#trust_dg_copy {
    font-size: 1.3rem;
}
/*******************************/
/* text below LAB TEST REPORST */
/*******************************/
.report_submit_main > div > p {
    padding: 0.5rem 0;
    font-size: 1.5rem;
    font-weight: 300;
}

#view_report_submit_btn {
    color: white;
    font-weight: 600;
    background-color: var(--distro-drk-red);
    font-size: 1.5rem;
}
/************************/
/* safety & consistency */
/************************/

.safety_consistency {
    padding: 4rem 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#s_c_label {
    font-weight: 200;
    font-size: 5rem;
    color: var(--distro-blue);
}

#s_c_subtitle {
    font-size: 1.5rem;
    color: var(--distro-drk-teal);
    width: 75rem;
    max-width: 80vw;
    margin-bottom: 4rem;
}
.sc-card-cont {
    display: grid;
    grid-template-columns: repeat(auto-fit, 18.75rem);
    width: 75rem;
    max-width: 80vw;
    gap: 3rem;
}
.s_c_col {
    position: relative;
    color: var(--distro-drk-teal);
}

.s_c_icon {
    height: 2rem;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.s_c_col > h5:before {
    width: 0.15rem;
    height: 1rem;
    background: var(--distro-blue);
    content: " ";
    display: block;
    position: absolute;
    top: 2.75rem;
    left: -1rem;
}

.s_c_copy {
    font-size: 1.1rem;
}
@media screen and (max-width: 500px) {
    #s_c_label {
        font-size: 3rem;
    }
    .dg_trust {
        grid-template-columns: 1fr;
        gap: 3rem 0;
    }
    #trust_blue_logo_text {
        font-size: 4rem;
    }
    #dg_logo_trust {
        max-height: 3rem;
    }
    .sc-card-cont {
        grid-template-columns: 1fr;
    }
}
