#policy {
    margin-top: 90px;
    overflow: hidden;
}

.banner-container {
    max-width: 100% !important;
    padding: 0px;
}

.policy-banner {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0px;
}

.policy-banner::before {
    content: '';
    background-color: #4c3e2257;
    position: absolute;
    width: 100%;
    height: 100%;
}

.policy-banner img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.banner-text {
    position: absolute;
    right: 50%;
    top: 6vw;
    transform: translate(50%, 0px);
    color: white;
    letter-spacing: 1px;
}

.banner-text h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-right: 23vw;
    margin-bottom: 25px;
}

#policy .container {
    max-width: 1000px;
}

.policy-paragraph-text {
    margin-bottom: 30px;
}