/* privacy content*/
.privacy-content-row > .ibl-wpcontainer.vc_column_container>.vc_column-inner {
    max-width: 800px;
}
.privacy-content-row {
    margin-bottom: 60px;
    margin-top: 140px;
}
.privacy-content-inner-row .vc_column_container.vc_col-has-fill>.vc_column-inner {
    padding-top: 120px !important;
    padding: 70px 100px;
}
.privacy-content-inner-row {
    position: relative;
}
.privacy-content-inner-row:before {
    background: url(/wp-content/uploads/2023/09/single-job-right-graphics.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -200px;
    height: 400px;
    width: 200px;
    content: '';
    top: 430px;
}
.privacy-content-inner-row:after {
    background: url(/wp-content/uploads/2023/09/single-job-left-graphics.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 200px;
    top: 970px;
    left: -100px;
    width: 100px;
    content: '';
}
.privacy-content-text li {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}
.privacy-content-text a {
    color: #039be5;
}

/*IBL Treasury */
.treasury-text-link a {
    border-bottom: 1px solid #0a2d6e;
    color: #0a2d6e;
}
.treasury-content-row {
    padding: 70px 170px;
}
.treasury-text-container {
    background: url(/wp-content/uploads/2023/09/mosaic-darkgrey.png) repeat;
    padding: 65px 195px 85px 70px;
}
.treasury-text ul {
    list-style-type: square;
}
.treasury-img {
    position: relative;
}
.treasury-img img {
    position: absolute;
    top: 70px;
}