.service-item {
    padding: 20px 20px 20px 70px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 5px -5px rgb(36 36 59 / 15%);
}
.service-item:hover {
    background-color: #ffffff;
    box-shadow: 0 5px 10px -5px rgb(36 36 59 / 15%);
}
.service-item span {
    font-size: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
}
.service-banner_image img {
    filter: invert(0%);
    max-width: 60%;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border: 2px solid #ff9900;
    border-radius: 50%;
    padding: 10px;
    margin-left: -5px;
}
.service-banner_image {
    position: absolute;
    left: 15px;
    top: 18px;
}
.service-item .title {
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.service-item .title:hover {
    font-size: 15px;
    font-weight: bold;
    color: black;
}
.service-item .text {
    font-size: 12px;
    color: #ffffff;
}
.service-item .text {
    font-size: 13px;
    color: black;
    font-weight: 500;
}
@media(max-width: 1200px){
.slider-home-carousel .overlay-info{
        height: auto;
    }
    .btn-view .btn {
        width: 42px;
    }
.online-help-box {
        border-color: #f9f9f9;
    }
.product-thumb .caption {
        padding: 5px 15px 20px;
    }
.service-item {
        padding: 20px;
        text-align: center;
    }
.service-item .title {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 10px;
    }
.service-item span {
        font-size: 40px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
@media(max-width: 992px){
.service-item .title {
        font-size: 15px;
        margin-bottom: 5px;
    }
.section-title {
        font-size: 21px;
    }
.service-item .text {
        font-size: 15px;
    }
@media(max-width: 767px){
 .service-item .title {
        font-size: 18px;
        margin-bottom: 5px;
    }
.service-item .text {
        font-size: 14px;
    }
	.service-item {
        padding: 15px 0;
        text-align: center;
    }
.service-item span {
        top: 0;
        position: relative;
        margin-bottom: 10px;
    }
  .service-banner_image img {
    max-width: 70%;
}
  .service-banner_image {
    position: inherit;
    left: 0px;
    top: 0px;
    margin-bottom: 15px;
}