@import url("../components/back-button.css");

main {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #171717;
    color: white;
    margin: 0;
}

h3 {
    text-transform: uppercase;
    color:white ;
}

.orange-header {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: linear-gradient(90deg, #E57C26 0%, #7F4515 100%);
    margin: 0;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.orange-header div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 80%;
    max-width: var(--max-content-width);
}


.orange-header div h2 {
    margin: 0;
}

.policy-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 6rem;
}

.policy-text .paragraph {
    width: 80%;
    max-width: var(--max-content-width);
}