.container_tit {
  width: 948px;
  margin: 0 auto;
  text-align: justify;
}
.box_res_van {
    padding: 100px 0;
  }

.title_van {
  text-align: center;
  color: var(--purple);
  font-weight: 700;
  font-size: 32px;
}

#benefit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.benefit.middle {
  margin-left: 16px;
  margin-right: 16px;
}

.benefits {
  margin-top: 24px;
  width: 320px;
  padding: 16px 4px;
  background: linear-gradient(
      109.09deg,
      rgba(249, 249, 249, 0.2) 0%,
      rgba(255, 255, 255, 0) 69.94%
    ),
    #ffffff;
  box-shadow: 5px 5px 10px rgba(170, 170, 204, 0.4), -5px -5px 10px #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
}

.benefits:hover {
  transition: 1.3s all;
  background: linear-gradient(
      115.9deg,
      rgba(255, 255, 255, 0) 38.75%,
      rgba(249, 249, 249, 0.2) 100%
    ),
    #ffffff;
  box-shadow: -5px -5px 10px rgba(255, 255, 255, 0.5),
    5px 5px 10px rgba(170, 170, 204, 0.3),
    10px 10px 20px rgba(170, 170, 204, 0.3), -10px -10px 20px #ffffff;
}

.benefits-img {
  width: 72px;
  margin-right: 16px;
}

.bene-info .name {
  font-weight: 600;
  font-size: 20px;
  color: var(--purple);
}

.bene-info .description {
  font-size: 16px;
  margin-top: 4px;
  width: 178px;
  height: 72px;
  color: var(--lowmedium);
}

#benefit.mobile {
  display: none;
}

@media (max-width: 1430px) {
  .title {
    padding-top: 16px;
  }
}

@media (max-width: 1050px) {
  #benefit {
    flex-direction: column;
  }
  .benefit {
    flex-direction: row;
  }
  .benefit.middle {
    margin-left: 0;
    margin-right: 0;
  }
  .benefits {
    margin: 0 8px;
  }
}

@media (max-width: 1000px) {
  .container_tit {
    width: 95%;
  }
}

/* MOBILE */

@media (max-width: 762px) {
  #benefit {
    width: 95%;
    margin: 0 auto;
    margin-top: 24px;
  }
  .benefit {
    flex-direction: column;
  }
  .benefits {
    margin: 8px 0;
  }
  .benefit.middle,
  .benefit {
    margin: 0;
  }
  .title {
    font-size: 19px;
  }
  .container_tit {
    width: 85%;
  }
}

@media (max-width: 520px) {
  #contacts-f {
    font-size: 12px;
  }
  #benefit.desktop {
    display: none;
  }
  #benefit.mobile {
    padding-top: 32px;
    display: block;
  }
  .benefits {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 22px;
    justify-content: center;
  }
  #resumo-vantagens .container_tit .desc {
    padding-bottom: 12px;
  }
  .box_res_van {
    padding: 56px 0;
  }
}

@media (max-width: 360px) {
  .benefits-img {
    margin-right: 8px;
  }
}

@media (max-width: 340px) {
  .benefits {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
