.full-width {
  max-width: 100% !important;
  width: 100% !important;
}
.full-width.grayBackground {
  background-color: var(--dec-white-smoke);
}
.as-seen-bottom {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.as-seen {
  text-align: center;
}
.as-seen .heading {
  max-width: 500px;
  margin: 0 auto;
  font-size: 32px;
}
.as-seen .brand {
  position: relative;
  display: inline-block;
  height: 80px;
  line-height: 60px;
}
.as-seen .brand .helper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.as-seen .brand img {
  vertical-align: middle;
  max-width: 100%;
  object-fit: contain !important;
}
.as-seen .brand img.ny-times {
  padding: 15px;
}
.as-seen .brand img.tech-crunch {
  padding: 15px;
}
.as-seen .brand img.inc-magazine {
  max-height: 30px;
}
.as-seen .brand img.design-milk {
  max-height: 50px;
}
.as-seen .brand img.dwell {
  max-height: 30px;
}
.as-seen .brand img.new-york-magazine {
  max-height: 47px;
}
.as-seen .brand img.hgtv {
  max-height: 50px;
}
.as-seen .brand img.wall-street-journal {
  max-height: 60px;
}
.as-seen .brand img.architectural-digest {
  max-height: 65px;
}
@media (max-width: 991px) {
  .as-seen .brand img.cbs-news {
    max-height: 25px;
  }
}
@media (max-width: 767px) {
  .as-seen .brand {
    max-width: 200px;
    margin-bottom: 25px;
    height: 60px;
  }
}
.as-seen .custom-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.as-seen .col-md-2:first-child {
  text-align: left;
}
.as-seen .col-md-2:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .as-seen .col-md-2:first-child {
    text-align: unset;
  }
  .as-seen .col-md-2:last-child {
    text-align: unset;
  }
}
