.h1-home{
    font-weight: 400!important;
    line-height: 60px;
    color: #ea5934;
}
.span-title-home{
    font-weight: 900;
    color: #fff;
    padding: 7px 10px;
    background-color: #EA5934;
    line-height: 100px;
}

.icon-solution{
    width: 155px;
    height: 155px;
    background-color: #5c4696;
    box-shadow: rgba(0, 0, 0, 1) 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23%;
    left: -70px;
}
.card-solution{
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 0px;
    height: 295px;
    width: 450px;
    display: flex;
    align-items: center;
}
.card-solution-body{
    margin-left: 100px;
    margin-top: 15px;
}
.card-numbers{
    border: 1px solid #ea5934;
    background-color: #fff;
    box-shadow: rgba(255, 95, 52, 1) 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px!important;
}
.card-numbers img{
    width: 95px;
    height: 95px;
}

.card-orange{
	background-image: url('../../assets/img/home/card-orange.jpg');
	background-size: cover;
}
.card-purple{
	background-image: url('../../assets/img/home/card-purple.jpg');
	background-size: cover;
}

@media screen and (max-width: 767px) {
	.banner-mobile{
		width: 55%;
		margin-left: 20%;
		margin-top: -30px;
		margin-bottom: 20px;
	}
	
    .span-title-home {
        font-weight: 900;
        color: #fff;
        padding: 7px 10px;
        background-color: #EA5934;
        line-height: 100px;
        font-size: 35px;
    }

    .btn-card {
      	color: #fff!important;
		text-transform: none!important;
		padding: 10px 5px;
		width: 90%;
		font-size: 20px;
		text-align: center;
		z-index: 2;
    }
    .card-numbers{
        box-shadow: rgba(255, 95, 52, 1) 7px 7px;
    }
	    .card-solution {
        background-color: #fff;
        padding: 15px 25px;
        border-radius: 0px;
        height: 355px;
        width: 100%;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
    }
    .card-solution-body {
        margin-left: 0px;
        margin-top: 75px;
    }
    .icon-solution {
        top: -40px;
        left: 125px;
    }
}


@media screen and (max-width: 390px) {
	.btn-card {
		color: #fff!important;
		text-transform: none!important;
		padding: 10px 5px;
		width: 90%;
		font-size: 20px;
		text-align: center;
		z-index: 2;
		margin-top: 0.5rem!important
	}
}