.card-white {
    background-color:#fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 460px;
    height: 305px;
    padding: 40px 75px;
    margin-top: 3.3rem !important;
    display: flex;
    justify-content: center;

}
.card-white img{
    width: 90%!important;
    height: auto!important;
}
.card-orange{
    background-image: url('../../assets/img/home/card-orange.jpg') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(92, 70, 150, 1) 15px 15px;
    
}
.card-purple{
    background-image: url('../../assets/img/home/card-purple.jpg') ;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(255, 95, 52, 1) 15px 15px;
}
.card-bg-orange{
    left: 0;
    position: absolute;
    bottom: 0px;
    top:15px;
}
.background-clients-orange{
    width: 410px;
    height: 420px;
    background-image: url('../../assets/img/clients/bg-orange.png');
}
.card-bg-purple{
    left: 0;
    position: absolute;
    bottom: 0px;
    top:15px;
}
.background-clients-purple{
    width: 410px;
    height: 420px;
    background-image: url('../../assets/img/clients/bg-purple.png');
}


@media screen and (max-width: 767px) {
	.card-bg-orange {
		top: -40px;
	}
	.display-4 {
		font-size: 2.5rem;
		font-weight: 200;
		line-height: 1.5;
	}
	.card-white{
		margin-top: 0.3rem !important;
		margin-bottom: 3.5rem;
	}
	.owl-carousel .owl-item img {
    	display: block;
    	width: 185px!important;
	}

}