.leadership-meet-content-item ul li {
    padding-left: 24px;
    display: inline-block;
    position: relative;
}
.leadership-meet-content-item ul li:after {
    content: "";
    position: absolute;
    left: 0;
    border: 1.5px solid #BE934D;
    width: 10px;
    height: 1.5px;
    top: 13px;
}
.inner-hero-section {
    padding-top: calc(var(--top-bar-height, 0) + var(--main-header-height, 0));
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.why-this-section {
    background-image: var(--bg-desktop);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.hw_work-main {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.contact-office>img {
    height: auto;
}
.vision-mission-section {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.leadership-item {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
._404-section {
    background-image: var(--bg-desktop);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.powermail_fieldset_1 .nolabel { margin-top:0px !important; }

@media (max-width: 767px) {
    .inner-hero-section {
        background-image: var(--bg-mobile);
    }
    .why-this-section {
        background-image: var(--bg-mobile);
    }
    .hw_work-main {
        background-image: var(--bg-mobile);
    }
    .vision-mission-section {
        background-image: var(--bg-mobile);
    }
    .leadership-item {
        background-image: var(--bg-mobile);
    }
    ._404-section {
        background-image: var(--bg-mobile);
    }
}