.csr h2 {
    text-align: center;
    margin: 50px auto;
    color: var(--darkPurple);
}

.csr .csr h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}
.csr .csr {
    background-color: #495585;
    color: white;
    text-align: justify;
    padding: 50px 40px;
    border-radius: 10px;
    line-height: 2.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.csr .csrIMG {
    min-height: 30vh;
    background-image: url(/images/csr.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.csr .csrSlogon{
    background-color: #a0d5b4;
    color: var(--darkPurple);
    margin: 20px auto;
    max-width: 800px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 100px;
}