.breakingbad-title {
  &.project img {
    width: 197px;
  }

  &.sviluppo img {
    width: 231px;
  }

  &.prototipo img {
    width: 240px;
  }

  &.industrializzazione img {
    width: 386px;
  }
}

 

#taglio-sfondo1::before {
  content: "";
  display: block;
  background: white;
  width: 100vw;
  height: 140px;
  position: absolute;
  left: 0;
}

#taglio-sfondo2::before {
  content: "";
  display: block;
  background: white;
  width: 100vw;
  height: 80px;
  position: absolute;
  left: 0;
}

#collaborazioni-img-container .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  justify-content: center;
}

.vc_do_toggle {
  border: 1px solid;
  border-radius: 30px;
  padding: 16px;
  color: var(--blu1) !important;

  .vc_toggle_title {
    padding-right: 40px;
  }

  .vc_toggle_icon {
    right: 0 !important;
    left: auto !important;
    height: 40px !important;
    width: 40px !important;

    &::before,
    &::after {
      background-color: var(--verde1) !important;
    }

    &::before {
      height: 3px !important;
      width: 29px !important;
    }

    &::after {
      height: 29px !important;
      width: 3px !important;
    }
  }
}

@media screen and (max-width: 768px) {
  #taglio-sfondo2::before {
    display: none;
  }

  #collaborazioni-img-container .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
