.epm-page p {
    line-height: 27px;
}
.swiper-pagination{position:relative;}
.epm-page.epm-security .flex .swiper-pagination-bullet{margin: 0 5px;}

.epm-page.epm-banner {
    background-color: transparent;
}
.epm-page.epm-banner .content{
padding: 60px  40px 100px;
}
.epm-page .content .flex .caption{
    text-align:left;
    max-width: 700px;
}
.epm-challenges .flex .topic {
    color: #fff !important;
}

.epm-challenges .flex .topic.solutions,
.epm-challenges .flex .topic.challenges {
    color: #fff !important;
}

.epm-page.epm-security .flex .mySwiper2 .content ul li:before {
    display: none;
}

.epm-page.epm-security .flex .swiper-pagination-bullet-active {
    background: #2C54BE;
    border: 1px solid #2C54BE;
}

.epm-page.epm-security .flex .mySwiper2 .content ul {
    margin: 20px 0px 0px 20px;
    list-style: disc;
}

.epm-page.epm-security .flex .mySwiper2 .content ul li::marker {
    color: #2C54BE;
    font-size: 18px;
}

.epm-page.epm-works .flex .works-box {
    box-shadow: none;
}

.epm-page.epm-works .flex .works-box h1 {
    font-weight: 400;
    font-size: 60px;
    display: inline-block;
    width: 70%;
    text-align: right;
    margin: 0px;
    line-height: 50px;
}
.epm-page.epm-benefits .flex .benefits-list .image{
    padding: 20px;
}
.epm-page.epm-benefits .flex .benefits-list img{
    width: 50px;
    height: 50px;
}

.epm-page.epm-works .flex .works-box img {
    vertical-align: top;
    padding: 25px;
}

.epm-page.epm-works .flex .works-box h4 {
    margin: 15px 0px !important;
}

.epm-page.epm-sem {
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px 10px 100px;
}

.epm-page.epm-sem .flex-wrapper {
    display: flex;
    grid-gap: var(--n-gap);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0px;
}

.epm-page.epm-sem .innerflex {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    max-width: 500px;
    background: #f6f6f6;
    padding: 40px;
    border-radius: 20px;
}

.epm-page.epm-sem .innerflex img {
    max-width: 180px;
    margin: 0px 0px 10px;
}

.epm-page.epm-sem .innerflex p.sec-cont {
    margin: 0px 0px 15px;
}

.epm-page .cta {
    border: 1px solid #F0473D;
    background-color: #F0473D;
}

.epm-page.epm-sem .innerflex a {
    width: max-content;
    font-size: var(--p-font);
    line-height: 22px;
    font-weight: var(--s-wgt);
    min-width: 150px;
    min-height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: var(--text-light);
    text-decoration: none;
    border: 1px solid #F0473D;
    padding: 0 20px;
    background-color: #F0473D;
}

.epm-page.epm-sem .innerflex img[alt="acp-logo"] {
    max-width: 250px;
}

.epm-page.epm-sem h2 {
    line-height: 50px;
}
header.allFeaPage.menu {
    background-color: #001b39;
    background-image: url(https://www.manageengine.cn/ems/images/icon/bg-pattern-11.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.epm-page.epm-banner .formset .edi-btn {
    max-width: 300px;
}

.epm-page.epm-banner .formset .edi-btn inputgroup input {
    width: 93% !important;
}
.epm-page.epm-banner .formset {
    background-color: var(--text-light-color);
    padding: 40px;
    border-radius: 10px;
    transform: scale(1);
    transition: all ease-out 350ms;
    box-shadow: 0 0 5px var(--box-shadow);
}

.epm-page.epm-banner .formset.jump {
    transform: scale(1.1);
    box-shadow: 0 0 15px var(--box-shadow);
}

.epm-page.epm-banner .formset h4 {
    color: var(--text-color-dark) !important;
    margin: 0 0 20px !important;
}

.epm-page.epm-banner .formset #downloadSubmit {
    font-family: 'ZohoPuvi';
    display: block;
    width: auto !important;
    min-width: 200px;
    text-align: center;
    background-color: #ea152b !important;
    padding: 12px 4px !important;
    border-radius: 8px !important;
    color: var(--text-light-color);
    text-decoration: none;
    margin: 20px auto 0 !important;
    font-weight: 500;
    font-size: 16px !important;
}
.epm-page.epm-banner .flex{
    grid-gap: 112px;
}
.epm-page .content .flex .caption .button_link{
    justify-content: flex-start;
}
@media(max-width: 600px) {
    .epm-page.epm-banner .formset.jump {
        transform: none;
    }

    .epm-page.epm-banner .formset {
        padding: 5px;
    }

    .epm-page.epm-banner .formset h4 {
        text-align: center;
        margin: 20px 0 0;
        line-height: 24px;
    } 
}

.container {
    max-width: 100%;
}
