body.widget-snippet .mb-how-we-work-container .item-image .mid-box{
z-index:unset;
}
section.mb-how-we-work-section {
    background: #F6F3F3;
    padding: 80px 0 115px;
  margin:0 -30px;
}
.mb-how-we-work-container h2{
    padding:0;
    margin: 0 0 25px;
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 47px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}
.mb-how-we-work-container:last-child {
  max-width: 1460px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 5px;
  padding: 0 30px;
}

.mb-how-we-work-container .item-image:after {
    position:absolute;
    content:"";
    right: -25px;
    top:50%;
    width: 47px;
    height: 47px;
    background: url("/template/320adc19/images/right-indicator.svg");
    transform: translateY(-50%);
    z-index: 111;
}
.mb-how-we-work-container .item-image:last-child:after {
display:none;
}

.mb-how-we-work-container .item-image {
    border-radius: 20px;
    position: relative;
    padding: 2px;
}
.mb-how-we-work-container .item-image:hover:before {
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(253, 180, 76, 0) 15.5%, #FDB44C 100%);
    border-radius: 20px;
    z-index: 0;
}

.mb-how-we-work-container .item-image .mid-box{
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 45px 37px 50px;
}
.mb-how-we-work-container .item-image .mid-box {
    max-height: 434px;
    min-height: 434px;
}

.mb-how-we-work-container .item-image .mid-box .count-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin: 50px 0 15px 0;
    padding: 0;
    color: #000;
    font-family: ITC Avant Garde Gothic Std;
}
.mb-how-we-work-container .item-image .mid-box p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.86);
    font-family: ITC Avant Garde Gothic Std;
    margin: 13px 0 0 0;
    padding: 0;
    line-height: 23px;
}
