body.widget-snippet .trusted-logo-sec .inner-content .items .single-item,
.fee .trusted-logo-sec .inner-content .items .single-item{
  padding: 5px;
}
.trusted-logo-sec {
  padding: 0 0 150px;
}
.trusted-logo-sec .inner-content {
  max-width: 1300px;
  margin: 0 auto;
}
.trusted-logo-sec .inner-content  .title-content .title-text {
  font-family: Biotif;
  font-weight: 500;
  font-size: 17px;
  line-height: 31px;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0 0 55px;
  color: #0A1B2B;
}
.trusted-logo-sec .inner-content .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px 76px;
}
.trusted-logo-sec .inner-content .items .single-item {
  width: calc(100%/7 - 0px);
  margin: 0;
  max-height: 32px;
  overflow: hidden;
  text-align: center;
}
.trusted-logo-sec .inner-content .items .single-item img {
  max-height: inherit;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
