.integritet-main-container {
    width: 70%;
    min-height: 60vh;
    margin: 5rem auto;
}

.integritet-main-container h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.integritet-main-container p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 3rem;
    color: white;
}

.integritet-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: white;
}

li {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
}


@media screen and (max-width: 768px) { 
    .integritet-main-container {
        width: 90%;
        min-height: 60vh;
        margin: 2rem auto;
    }
}