.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.brands {
  margin-top: 160px;
  margin-bottom: 150px;
}
.brands .title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 50px;
  font-family: filson-pro, sans-serif;
  line-height: 68px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.brands .list-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.brands .list-brands .col {
  position: relative;
}
.brands .list-brands .col.has-link {
  overflow: hidden;
}
.brands .list-brands .col.has-link .brand-image {
  transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
}
.brands .list-brands .col.has-link:hover .brand-image {
  transform: scale(1.1);
}
.brands .list-brands .brand-image {
  display: block;
  margin: auto;
  width: 80%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .brands {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media (max-width: 991.98px) {
  .brands {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .brands .title {
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 58px;
    letter-spacing: 0.4px;
  }
  .brands .list-brands .brand-image {
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .brands .title {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0.3px;
  }
  .brands .list-brands .brand-image {
    height: 60px;
  }
}
