.aboutUs .intro-section.style2 {
  padding: 100px 0 90px;
  margin-top: -92px;
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
  width: auto;
  margin-left: -100px;
  right: 0;
  background-color: #f3f7f9;
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.layer-content {
  position: relative;
  z-index: 9;
  height: 100%;
}



.aboutUs .ttm-fid-icon-wrapper i{
    color: #fff;
}

.aboutUs .ttm-fid-contents, .aboutUs .ttm-fid-contents .ttm-fid-title{

    color: #f3f7f9;
    font-weight: 500;
    text-decoration: none;
    text-transform: initial;
}


/* brands section */

.brand {
  padding: 68px 20px 85px;
  text-align: center;
}
.ttm-brand-logo-tooltip{
  position: relative;
}
.brand-box .brand{ 
  text-align: center;
  padding: 28px 20px;
  margin: 15px 0; 
  
}


.brand-box img{
  width: 100%;
}

.tooltip:after, [data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0,0%,20%,.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}

.tooltip-top:after, .tooltip:after, [data-tooltip]:after {
  margin-left: -80px;
}


/* end brands section */

