.inner-banner {
    background: linear-gradient(193grad, #d5f7e6, #eff9f3) !important;
    background-size: cover;
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding: 40px 0 40px 0;
}
.banner-txt {
    display: flex;
    align-items: center;
}
.evp-process{
    text-align: center;
}
.evp-process img{
    width: 100%;
    max-width: 300px;
}
.inner-banner-title {
    color: #000;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
}

.gdpr-breadcrumb {
    color: #fff !important;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.49);
}
.main .container{
    width: 100%;
    max-width: 1000px !important;
}

.gdpr-breadcrumb a {
    color: #fff !important;
}

.main h3,
.main h4 {
    position: relative;
    line-height: 1.5;
}

.main ul li {
    list-style-type: disc;
}

.bg-blue {
    background: #0d73a7;
    color: #fff;
}

.pdf-img.lazyload{
    background:none;
}

img.pam-banner{
    max-width: 500px;
    width: 100%;
}

.pdf-img {
    background: url(/sites/default/files/pmp-index-sprite.png)no-repeat -69px -25px;
    background-size: 1000px 750px;
    width: 187px;
    height: 232px;
    margin: 0 auto;
}

#pmp-top-page h3,
#pmp-feature-page h3 {
    font-size: 30px;
    font-weight: 600;
}

a.orange-btn {
    background: #dd8b2b !important;
}

.txt-red {
    color: #BB1B21 !important;
    font-weight: 600;
    font-size: 16px;
}

@media screen and (max-width:  768px) {
    .banner-txt {
        flex-direction: column-reverse;
    }
    .inner-banner {
        padding: 40px 0 60px 0;
    }
}

@media screen and (max-width: 500px) {
    .inner-banner {
        padding: 40px 0 60px 0;
    }
    .inner-banner-title {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px) {
.inner-banner {
        padding: 40px 0 60px 0;
    }
    }