.res-use-wrapper {
    height: fit-content;
}
.res-use-container {
}

.hero-img-anchor {
    background-image: url("../images/safety_1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 30rem;
}
.overlay-img-anchor {
    width: 100vw;
    height: 100%;
    background-color: rgba(13, 13, 80, 0.259);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2rem;
}

.overlay-img-anchor p {
    background-color: var(--distro-drk-blue-57per-trans);
    padding: 2rem;
    color: white;
    font-size: 3rem;
    line-height: 3.2rem;
    font-weight: 500;
}

.statement-wrapper {
    background-color: var(--distro-light-grey);
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 8rem;
}

.statement-containter {
    width: 60vw;
    max-width: 1000px;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.statement-containter div {
    width: 90%;
    height: fit-content;
}

.statement-header {
    font-weight: 700;
    border-left: 1px solid var(--distro-blue);
}

@media screen and (max-width: 500px) {
    .res-use-wrapper {
    }
    .hero-img-anchor {
        height: 26rem;
    }
    .overlay-img-anchor {
    }
    .overlay-img-anchor p {
        font-size: 2.25rem;
        width: 100%;
    }
    .statement-wrapper {
        height: fit-content;
        padding-block: 4rem;
    }
    .statement-containter {
        width: 80vw;
        height: fit-content;
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .statement-containter div {
        width: 100%;
    }
}
