.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;
	font-size:35px!important;
}

.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;
}

.shadow-custom:hover{
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    transition: box-shadow 0.3s ease;
}

.text-shadow-custom:hover {
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    transition: text-shadow 0.3s ease;
}


.scroll-down-arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

.scroll-down-arrow a {
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #ea5934;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.scroll-down-arrow a:hover {
    opacity: 0.7;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@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
	}
}