body.widget-snippet .mb-our-value-left:before {
display:none
}
section.mb-our-value-area {
    padding: 90px 0 60px;
}
.mb-our-value-container h2{
    padding: 0;
    margin: 0 0 60px;
    font-family: 'ITC Avant Garde Gothic Std';
    font-size: 47px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
    color: #000;
}

.mb-our-value-container:last-child {
    max-width: 1340px;
    margin: 0 auto;
    display:flex;
    padding: 0;
}

.mb-our-value-left {
      width: 721px;
      flex: 0 0 721px;
      max-width: 721px;
      display: flex;
      padding: 0 40px;
      position: relative;
}
.mb-our-value-left:before {
  position: absolute;
  content: "";
  width: 621px;
  height: 459px;
  top: 50px;
  left: 0;
  background: rgba(253, 180, 76, 0.13);
  border-radius: 20px;
  z-index: -1;
}
.mb-our-value-right {
     width: auto;
     flex: 1 1 auto;
     padding-left: 45px;
}

div.mb-our-value-left .our-value-image-one {
    max-width: 323px;
    max-height: 347px;
    overflow: hidden;
    border-radius: 20px;
}



.mb-our-value-left .our-value-image-two, .mb-our-value-left .our-value-image-one{
    overflow: hidden;
    border-radius: 20px;

}

.mb-our-value-left .our-value-image-two {
    width: 373px;
    height: 447px;
    position: absolute;
    right: 40px;
    top: 100px;
}
.widget-snippet .mb-about-us-right p {
    margin: 0;
    padding: 0 0 20px 0;
    color: #000;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'ITC Avant Garde Gothic Std';
}

.mb-our-value-right .single-item {
    display: flex;
    vertical-align: top;
}

.value-icon {
    margin-right: 15px;
    height: 50px;
    width: 50px;
      flex: 0 0 50px;
      max-width: 50px;
}
.value-icon img{
       width: 50px;
    height: 50px; 
}
.value-content {
    margin-bottom: 27px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mb-our-value-right .single-item:last-child .value-content {
    border-bottom: 0;
}
.value-content h3.head-text {
    font-family: ITC Avant Garde Gothic Std;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    text-align: left;
    margin: 0 0 10px;
}

.value-content p {
    font-family: ITC Avant Garde Gothic Std;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.03em;
    text-align: left;
    color:rgba(0, 0, 0, 0.86);
    padding: 0;
}
