.mb-about-us-container {
    max-width: 1400px;
    margin: 0 auto;
    display:flex;
    padding: 100px 0;
}

.mb-about-us-left {
      width: 504px;
      flex: 0 0 504px;
      max-width: 504px;
      display: flex;
      justify-content: space-between;
}

.mb-about-us-right {
     width: auto;
    flex: 1 1 auto;
    padding-left:104px;
    padding-right:234px;
}

.about-us-image-two, .about-us-image-one {
    max-width: 230px;
    max-height: 377px;
    overflow: hidden;
    border-radius: 20px;
}
.about-us-image-one {

}
.about-us-image-two {
margin-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';
}

.widget-snippet .mb-about-us-right p.sub-text {
    font-weight: 600;
}

.mb-about-us-right h2 {
font-family: 'ITC Avant Garde Gothic Std';
font-size: 47px;
font-weight: 500;
line-height: 55px;
text-align: left;
  padding: 0;
  margin: 0 0 25px;

}
