.backgroundContainer {

    /* height: 108rem; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.policiesBackground {
    background-color: white;
    /* height: 1328px; */
    width: 60%;
    text-align: center;
    box-shadow: 0.3rem 0.3rem 0.3rem rgba(0, 0, 0, 0.377);
}

@media screen and (max-width: 559px) {

    .policiesBackground{
        width:100%;
        padding: 2.5rem;
    }
    
}

@media screen and (min-width: 560px) {

    .policiesBackground {
        padding: 3rem;
    }

}

.policiesHeader {
    font-family: "DM Serif Display", serif;
    font-size: 50px;
    color: #86A59D;
    margin-top: 50px;
    
}

.policiesSubHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #86A59D;
    font-size: 20px;
}

.policiesText {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;;
}