#top {
  .wpb_column {
    max-width: 800px;
  }

  &:before {
    content: "";
    background: #133b5bb3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.pos-relative .wpb_wrapper {
  position: relative;
}

@media (min-width: 768px) {
  #secchio-roba-blu {
    max-width: 525px;
  }
}

.breakingbad-title {
  &.project img {
    width: 197px;
  }

  &.sviluppo img {
    width: 231px;
  }

  &.prototipo img {
    width: 240px;
  }

  &.industrializzazione img {
    width: 386px;
  }
}

#background-pos-top {
  background-position: top !important;
}

#analisi-materiali {
  padding-left:0;
  li {
    font-weight: bold;
    list-style: none!important;
    color: #6c6e6f;
    background-color: #ffea52;
    background: linear-gradient(
      180deg,
      rgba(255, 234, 82, 1) 0%,
      rgb(215 199 79) 100%
    );
    margin-bottom: 5px;
    padding: 10px;
    display:flex;
    align-items: center;
    
    img {
      width: 45px;
      margin-right: 20px;
    }
  }
}

.orange-button {
  color: #ffffff;
  background-color: #ff8324;
  background: linear-gradient(180deg, rgb(255 155 41) 0%, rgb(255 112 33) 100%);

  a{
    color : inherit;
  }

  p {
    text-align: center;
    padding: 20px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  body .bg-image-contain-mobile,
  body .background-pos-top {
    padding: 0 !important;
    min-height: 300px !important;
  }
}
