@import url("./color-scheme.4a3c129fe677.css");

body {
    overflow-x: hidden;
}

p {
    text-align: left;
    margin-bottom: .25rem !important;
}

.img1 {
    background-image: url("../images/shutterstock_1163300440.9ef78abca969.jpg");
    background-position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 50vh;
    max-width: 100vw;
    margin: 0;
    padding-top: 4rem;
}

@media (hover: none) {
    .img1 {
        background-attachment: scroll;
    }
}

.background1 {

    margin-top: -15vh !important;
    margin-bottom: 20vh !important;
}

.privacy-content-block {
    background-color: rgb(245, 245, 245);
    height: 100%;
    padding: 2rem;
    border-radius: 10px;
}

#privacy-body p {
    text-align: justify;
}

.brand-logo {
    max-height: 150px;
}

.process-card {
    padding: 5px;
    color: white;
    background-color: var(--base-dark-green);
    height: 260px;
    width: 130px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.process-arrow {
    padding: 3px;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}