.custom-home-banner {
    background: linear-gradient(#bceaff 0%, #F1F1F1 100%);
    padding: 40px 0;
}
.custom-home-banner .row {
    align-items: center;
}
.home-banner-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home-banner-left-item {
    width: 47%;
    text-align: center;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 5px;
	margin: 0 8px 16px 8px;
	transition: 0.5s;
	cursor: pointer;
}
.home-banner-left-item img {
    margin-bottom: 20px;
	transition: 0.5s;
}
.home-banner-left-item:hover img {
    transform: scale(1.1);
}
.home-banner-left-item p {
    font-size: 20px;
    font-weight: 600;
	color: #161616;
}
.home-banner-right span {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 24px;
    display: block;
}
.home-banner-right span {
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 24px;
    display: block;
    text-shadow: 1px 1px 2px #0000002b;
}
.home-banner-right span strong {
	color: #FFAE01 !important;
}