#banner-cnt {
    padding: 10vw 0 5vw 0;
    background-color: #161e35;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#banner-cnt h1 {
    color: white;
}

#policy-conduct-cnt {
    padding: 5vw 0;
}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row div {
    width: 48%;
}

.center-text-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2vw;
}

@media (max-width: 767px) {

    .margin-cnt {
        padding: 40px 0;
    }

    #banner-cnt {
        padding: 25vw 0 10vw 0;
    }

    #banner-cnt h1 {
        width: 90%;
    }

    .row {
        flex-direction: column;
    }

    .row div {
        width: 100%;
    }

    p, h2 {
        text-align: center;
    }

    li p, li h2 {
        text-align: left;
    }
}