/* -------------- ABOUT --------------- */


.about-top {
  gap:0 30px;
  margin-bottom:30px;
  justify-content:center;
}

.about-top > div:first-of-type {
  width:180px;
  padding:15px 0;
  flex-shrink:0;
}

.about-top > div:last-of-type {
    padding:15px 0;
}

.team-item {
    text-align:center;
    font-size:14px;
    color:var(--tt-gray);
}
.team-item img{
    width:180px;
}

.team-item p{
    font-size:16px;
}

.icon-text {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.icon-text img {object-fit: contain;}

.about-back {
    background:var(--green-white);
}

.about-team {
    margin-bottom:30px;
    align-items:center;
}

.about-team  i {
    display:block;
    font-size:50px;
    color:#aaa;
    padding-left:15px;
}

.about-team p,
.about-top > div:last-of-type{
    max-width:900px;
}

.team-heroes {
    flex-wrap:wrap;
    gap:30px 50px;
    margin-bottom:80px;
    justify-content:center;
}

