.prevention {
    width: 100vw;
    min-height: 1rem;
    background-color: #EEEEEE;
    padding: 0 0 3rem 0;
}

.prevention .hero {
    width: 100vw;
    height: 20rem;
    background-color: #000000;
    position: relative;
}

.prevention .hero img {
    width: 100vw;
    height: 20rem;
    object-fit: cover;
}

.prevention .breadcrumb {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    margin: 3rem 5rem 0 5rem;
}

.prevention .breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.prevention .breadcrumb a:hover {
    text-decoration: underline;
}

.prevention .breadcrumb i {
    font-size: 0.75rem;
    color: #C80000;
    margin: 0 0.25rem;
}

.prevention .breadcrumb b {
    font-weight: 700;
}

.prevention h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    width: 100vw;
    height: 20rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65);
    align-content: center;
}

.prevention h4 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #000000;
    padding: 3rem 5rem;
    text-align: center;
}

.prevention h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    padding: 0 5rem;
}

.prevention h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
    margin: 2rem 5rem 2rem 5rem;
    border-left: 10px solid #C80000;
}

.prevention p {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000000;
    margin: 1rem 5rem 0 5rem;
}