/* Banner section starts */
section.xponent-commercial {
    margin: 13rem 0 6rem;
    padding: 3rem 0 0;
}

.xponent-commercial.banner-ai-capabilities .banner-video-analysis img {
    top: -4rem;
}
section.xponent-commercial .row.analysis-banner {
    margin-bottom: 0rem;
}
/* Banner section ends */

/* saleforce-implementations-section start */
section.saleforce-implementations-section{
    background-color: #f5f5f5;
    position: relative;
    padding: 5rem 0;
}

section.saleforce-implementations-section .row.inner-details-content {
    padding: 0rem;
}
section.saleforce-implementations-section .row.inner-details-content {
    margin-top: 2rem;
}
section.saleforce-implementations-section .row.inner-details-content p {
    font-size: 1.6rem;
    font-weight: 400;
}
section.saleforce-implementations-section .row.inner-details-content img {
    margin: 1rem auto;
	height: 24rem;
	object-fit: contain;
}
/* saleforce-implementations-section ends */

/* configured-to-benefit starts */
section.configured-to-benefit.how-can-section {
    background-color: transparent;
    margin: 0;
    padding: 1rem 0 0;
}
section.configured-to-benefit{
    position: relative;
}
section.configured-to-benefit::after{
    content: "";
    position: absolute;
    background-image: url(https://www.intellectai.com/wp-content/uploads/2021/11/white-up.png);
    background-size: contain;
    background-position: center;
    bottom: -14.5%;
    left: 0;
    display: block;
    height: 10rem;
    width: 100%;
}
section.how-can-section h3 {
    font-size: 2.5rem;
    padding: 0 0rem 3rem;
}
section.configured-to-benefit .row.competitive-edge {
    padding: 0rem;
}
section.configured-to-benefit .endless-content {
    min-height: auto;
    margin-bottom: auto;
}
section.how-can-section h5 {
    font-size: 2rem;
    color: #AE7F2E;
    line-height: 1.2;
    font-weight: 400;
}
section.how-can-section .endless-content p {
    font-size: 1.15rem !important;
	color: #000;
    width: 100%;
}
/* configured-to-benefit ends */

/* The Team starts */
section.team{
   padding: 0 0 1rem;
    background-color: #f5f5f5;
}
section.team h3{
    font-size: 2.5rem;
    font-weight: 400;
   
    text-align: center;
    margin: 2rem 0 2rem;
}
section.team p{
    font-size: 1.15rem;
    font-weight: 400;
    color: #AE7F2E;
    width: 90%;
    margin: 0 auto 4rem;
    text-align: center;
}
section.team .team-inner-details{
    width: 95%;
    margin: 0 auto;
}
section.team .team-details{
    margin: 0;
}
section.team .team-details .team-image{
    position: relative;
    transition: all .7s ease;
}
section.team .team-details .team-image img{
    width: 25rem;
    height: 25rem;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
    cursor: pointer;
}
section.team .team-details .linkedin-image{
    position: absolute;
    right: 13%;
    bottom: 3%;
}
section.team .team-details .team-image:hover .linkedin-image img{
    display: block;
} 
section.team .team-details .linkedin-image img{
    width: 4rem;
    height: 4rem;
    border-radius: 0.5rem;
    display: block;
}
section.team .team-details .linkedin-image img:hover{
    opacity: 0.9;
}
section.team .team-content{
    margin-left: 3rem;
    min-height: 10rem;
}
section.team .team-content h5{
    font-size: 2rem;
    font-weight: 400;
    margin-top: 2rem;
    color: #AE7F2E;
    text-align: left;
}
section.team .team-content p{
    font-size: 1.15rem;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding-top: 1.5rem;
    width: 90%;
    margin: 0 auto 0 0;
}
/* The Team ends */

/* Footer Starts */
footer .footer-shape {
    background-color: #f5f5f5 !important;
}
/* Footer Ends */


@media (max-width: 1024px){
	section.xponent-commercial {
    	margin: 14rem 0 5rem;
    	padding: 8rem 0 0;
	}
}
@media (max-width: 991px){
	section.team h3{
		margin: 1rem 0 2rem;
	}
	section.xponent-commercial{
		padding: 0;
	}
    section.xponent-commercial.banner-ai-capabilities h1 {
        text-align: center;
    }
    .xponent-commercial.banner-ai-capabilities .work-bench p {
        text-align: center;
        width: 100%;
    }
    section.xponent-commercial .banner-btn {
        width: 100%;
		margin: 0;
    	text-align: center;
    }
    section.xponent-commercial .work-bench {
        margin: 0;
    }
    .xponent-commercial.banner-ai-capabilities .banner-video-analysis img {
        top: 1rem;
    }
    section.saleforce-implementations-section h2 {
        width: 100%;
    }
    section.saleforce-implementations-section {
        margin-top: 1rem;
    }
    section.saleforce-implementations-section::before {
        top: -8%;
    }
    section.saleforce-implementations-section .row.inner-details-content {
        padding: 0;
    }
    section.team .team-content{
        margin-left: 0rem;
    }
    section.team .team-details .team-image img{
        width: 100%;
		height: 30rem;
    }
	section.team .team-details .linkedin-image img {
		width: 4rem !important;
		height: 4rem !important;
	}
    section.configured-to-benefit .endless-content{
        min-height: 16rem;
    }
    section.configured-to-benefit::after {
        bottom: -10.3%;
    }
    section.team {
        padding: 0rem 0 4rem;
		
    }
    section.team p {
        width: 100%;
		margin: 0 auto 3rem;
    }
    section.team .team-content p {
        padding-top: 1.5rem;
        width: 100%;
    }
    section.team .team-details .linkedin-image {
        right: 5%;
    }
}
@media (max-width: 767px){
	section.how-can-section h5 {
    font-size: 1.75rem;
		margin: 1rem 0 0.5rem;
}
	section.how-can-section h3{
	font-size: 2.2rem;
		padding: 0 0rem 2rem;
}
	section.xponent-commercial {
    	margin: 13rem 0 0 !important;
	}
    section.xponent-commercial .banner-btn {
        width: 60%;
        margin: 0 auto;
    }
	section.saleforce-implementations-section {
    	margin-top: 0rem;
	}
    section.saleforce-implementations-section::before {
        top: -4.5%;
    }
    section.configured-to-benefit .endless-content {
        min-height: 12.5rem;
    }
    section.configured-to-benefit::after {
        bottom: -4.5%;
    }
    section.team h3 {
        margin: 0rem 0 1rem;
		font-size: 2.2rem;
    }
	section.team {
    padding: 0rem 0 2rem;
}
	section.team .team-content p {
    padding-top: 0.5rem;
    width: 100%;
}
    section.team .team-details .team-image img {
        width: 100%;
        height: 100%;
    }
    section.team .team-content {
        min-height: 9rem;
    }
    footer .footer-shape {
        background-image: none;
        background-color: #6137D6 !important;
    }
	section.team .team-details {
		margin: 0 auto;
		max-width: 280px;
	}
}

@media (max-width: 320px){
    section.saleforce-implementations-section::before {
        top: -4.1%;
    }
    section.configured-to-benefit::after {
        bottom: -4.5%;
    }
}
