.wrapper .logo-bar-logo {
  text-align: center;
  margin-top: 10px !important;
  display: flex;
  justify-content: space-around;
  gap: 15px;
  padding: 0 50px;
  max-width: var(--max-width, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 800px) {
  .wrapper .logo-bar-logo {
    padding: 0 25px;
  }
}
@media screen and (max-width: 950px) {
  .wrapper .logo-bar-logo {
    flex-wrap: wrap;
  }
}
.logo-bar-logo {
  text-align: center;
  margin-top: 23px;
  display: flex;
  justify-content: center;
  gap: 78px;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .logo-bar-logo {
    display: grid;
    grid-template-columns: 2fr 2fr;
    padding: 0 35px;
  }
}
.logo-bar-logo .logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  max-width: 235px;
}
.logo-bar-logo .logo-bar__item img {
  height: 65px;
  min-width: 65px;
}
@media screen and (max-width: 767px) {
  .logo-bar-logo .logo-bar__item {
    margin: 0 7.5px 15px 7.5px !important;
    justify-self: center;
  }
  .wrapper .logo-bar-logo {
    gap: 4px;
    padding: 0 12px;
  }
  .logo-bar-logo .logo-bar__item img {
    max-height: 58px;
    max-width: 100px !important;
  }
}

.logo-bar-logo .logo_list__main_title {
  font-family: Tenor Sans;
  font-weight: 400;
  font-size: 28px;
  line-height: 44.2px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #3b626b;
  margin: 0;
  padding: 0 !important;
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .logo-bar-logo .logo_list__main_title {
    font-size: 24px;
  }
}
.logo-bar-logo .image_logo--title {
  margin-top: 4px;
  color: #323131;
  font-family: "Avenir Next";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  color: #3b626b;
}
@media screen and (max-width: 767px) {
  .logo-bar-logo .image_logo--title {
    font-size: 13px;
    line-height: 15px;
    margin-top: 16px;
  }
}

.logo-bar-logo .image_logo--text {
  line-height: 1.2;
}
.logo-bar-logo .image_logo__subtitle {
  font-family: Avenir Next;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #3b626b !important;
}
@media screen and (max-width: 767px) {
  .logo-bar-logo .image_logo__subtitle {
    font-size: 12px !important;
    line-height: 14.4px;
  }
}
