.what-is-config-banner {
    background-color: #deffe3;
}
.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: #ffe2e3;
}
.liteylow-bg-screen {
    background: #fff6d6;
}
.yellow-bg-screen {
    background: #fff4c7;
}
.litblue-bg-screen {
    background: #eafbff;
}
.litegreen-bg-screen {
    background: #e8ffe9;
}
.red-bg-screen {
    background: #ffd9d9;
}
.redlite-bg-screen {
    background: #ffddce;
}
.litprple-bg-screen {
    background: #d9e2fe;
}
.litepink-bg-screen {
    background: #ffe1ee;
}
.blue-bg-screen {
    background: #eafbff;
}

.sdp-list-style {
    padding-bottom: 30px;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img {
    overflow: hidden;
    padding: 0;
}
img.titlebrimg{ width:100%;}

#future-it-automation img.titlebrimg{ width: 75%;}
#why-is-configuration-management img.titlebrimg, #benefits-configuration img.titlebrimg, #best-practices img.titlebrimg, #high-integrity-cmdb img.titlebrimg, #other-applications-configuration img.titlebrimg {
    width: 75%;
}
#what-is-an-it-consultant img.titlebrimg{ max-width:100%;}
#roles-and-responsibilities img.titlebrimg{ max-width:83%;}
#types-of-it-consultants img.titlebrimg{ max-width:100%;}
#what-does-an-it-consultant-do img.titlebrimg {
    max-width: 78%;
}
#how-to-become-an-it-consultant img.titlebrimg {
    max-width: 80%;
}
#a-recession-proof-approach img.titlebrimg {
    max-width: 100%;
}
#tips-for-vetting-it-consultants img.titlebrimg {
    max-width: 86%;
}

/*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-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;
}