.what-is-config-banner {
    background-color: #fff2b8;
}
.sdp-two-col-main {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 80px 0;
}
/*.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page.sdp-blue-c {
    color: #ffffff;
}*/
.sdp-two-col-main .sdp-banner-img-col img {
    max-width: 100%;
	-webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.what-is-config-banner .sdp-banner-img-col.content-view img{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li{ padding:6px 0 6px 14px}
.what-is-config-banner h1 {
    font: 43px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
.sdp-two-col-main .sdp-two-col-item.sdp-banner-content-col h1 {
    margin-bottom: 50px;
}
.purple-bg-screen {
    background: #ede2ff;
}
.litered-bg-screen {
    background: #fdd9d9;
}
.liteylow-bg-screen {
    background: #fff2b8;
}
.yellow-bg-screen {
    background: #fff4c7;
}
.litblue-bg-screen {
    background: #e3f1fc;
}
.litegreen-bg-screen {
    background: #ddf9e2;
}
.red-bg-screen {
    background: #ffd9d9;
}
.redlite-bg-screen {
    background: #ffddce;
}
.litprple-bg-screen {
    background: #d9e2fe;
}
.litepink-bg-screen {
    background: #fdd9d9;
}
.blue-bg-screen {
    background: #eafbff;
}

.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img {
    overflow: hidden;
    padding: 0;
}
img.titlebrimg{ width: 100%;}
#what-is-a-workflow img.titlebrimg{ width: 86%;}
#what-is-workflow-management img.titlebrimg {
    width: 95% !important;
    max-width: 94%;
}
#workflow-management-important img.titlebrimg {
    max-width: 100%;
}
#components-workflow img.titlebrimg {
    max-width: 88%;
}
#benefits-workflow img.titlebrimg {
    max-width: 100%;
}

#why-is-configuration-management img.titlebrimg{ width: 75%;}
#benefits-configuration img.titlebrimg {
    width: 85%;
}
#best-practices img.titlebrimg {
    max-width: 90%;
}
#workflow-vs-project img.titlebrimg {
    max-width: 100%;
}

#high-integrity-cmdb img.titlebrimg {
    width: 85%;
}
#other-applications-configuration img.titlebrimg {
    width: 85%;
}
.sdp-list-style {
    padding-bottom: 10px;
}
/*h2 {
    font: 36px / 1.2 var(--zoho_Puvi_Bold);
    margin: 0 0 20px 0;
}*/
.sdp-strip-col-main.content-view h2{
	 -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.sdp-strip-col-main h2{
	max-width: 100%;
	-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.sdp-strip-col-main.content-view img.titlebrimg{
	    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.sdp-strip-col-main img.titlebrimg{
	    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.sdp-matrix-table {
    width: 90%;
    overflow-x: scroll;
    margin: 40px auto;
}
.sdp-matrix-table thead th:nth-child(1), .sdp-matrix-table thead th:nth-child(2), .sdp-matrix-table thead th:nth-child(3){    width: 33%;}
.sdp-matrix-table thead th, .sdp-matrix-table tr td {
    border: 1px solid #9cdcff;
    vertical-align: text-bottom;
}
.sdp-faq-sec {
    padding: 100px 0 70px 0;
    background: #ecf4ff;
}
.faq-main-content .faq-item {
    position: relative;
    padding: 25px 30px;
    background: #ffffff;
    margin: 0 0 25px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 11px 1px rgb(217 230 245);
}
.faq-main-content .faq-item .faq-item-content p {
    margin-bottom: 15px;
}
.sdp-common-footer-bg {
    background: #fff;
}