.zilch-team {
    margin:0 auto;
    margin-bottom:100px;
    max-width:900px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
.zilch-team .zilch-team__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content:start;
}
.zilch-team h2 {
    margin: 0 0 40px;
    font-size:35px;
}
.zilch-team h3 {
    margin: 0 0 5px;
}
.zilch-team a {
    display: block;
    width: 100%;
    max-width:300px;
    padding: 0 10px;
    margin: 0 0 40px;
    text-decoration: none;
}
.zilch-team figure {
    margin: 0 0 20px;
}
.zilch-team img {
    width: 100%;
}

@media screen and (max-width: 960px) {
    .zilch-team {        
        margin: 0 0 50px;
    }
    .zilch-team a {
        width: 50%;
        margin: 0 0 30px;
    }
    .zilch-team h2 {
        margin: 0 0 30px;
        font-size: 30px;
        text-align: center;
    }
    .zilch-team .zilch-team__row {
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .zilch-team a {
        width: 100%;
    }
  }