.zilch-responsible {
  margin: 0 0 100px;
  color: #000;
  width:100%;
}
.zilch-responsible .zilch-responsible__top-title {
  font-size: 150px;
  margin: 0 0 15px;
}
.zilch-responsible h2 {
  text-align: left;
  margin: 0 0 50px;
  font-size: 32px;
}
.zilch-responsible h2.zilch-responsible__text-right {
  text-align: right;
}
.zilch-responsible .zilch-responsible__row {
  display: flex;
  justify-content: end;
  margin: 0 -10px;
}
.zilch-responsible .zilch-responsible__col {
  /* width: 25%; */
  padding: 0 10px;
  transition:.4s;
}

.zilch-responsible:not(.straight) .zilch-responsible__col:nth-child(2n) {
  padding-top: 150px;
}
.zilch-responsible:not(.straight) .zilch-responsible__col:nth-child(3n) {
  padding-top: 60px;
}
.zilch-responsible figure {
  margin: 0 0 20px;
}
.zilch-responsible h3,
.zilch-responsible p {
  margin: 0 0 20px;
}
.zilch-responsible ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.zilch-responsible ul li {
  position: relative;
  padding: 0 0 0 15px;
}
.zilch-responsible ul li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #000;
}

.alignCenter{
  justify-content: center !important;
}

/* @media screen and (min-width: 960px) {
  .zilch-responsible .zilch-responsible__col:hover{
    transform:translateY(5%);
  }
} */
@media screen and (max-width: 960px) {
  .zilch-responsible {
    margin: 0 auto 5px auto;
    max-width:550px;
  }
  .zilch-responsible .zilch-responsible__top-title {
    font-size: 50px;
  }
  .zilch-responsible .zilch-responsible__row {
    flex-direction: column;
    margin: 0;
  }
  .zilch-responsible .zilch-responsible__col {
    padding: 0 !important;
    margin: 0 auto 40px;
    width: 100%;
    max-width:295px;
  }
  .zilch-responsible:not(.straight) .zilch-responsible__col:nth-child(2n) {
    align-self: flex-end;
  }
  .zilch-responsible h2{
    margin-bottom: 30px;
  }
  .zilch-responsible h3{
    margin-bottom: 15px;
  }
   .zilch-responsible p{
    margin-bottom: 5px;
  }
}
@media screen and (max-width:676px){
  .zilch-responsible.straight .zilch-responsible__col{
    max-width: 100%;
  } 
  .zilch-responsible figure img {
    width: 100%;
  }
}