.body {
  width: 1920px;
}

.whycarrytel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 500px;
  background-color: #EAEEF3;
}

.whycarrytel-title {
  padding: 60px 50px 50px 50px;
  font-family: "Microsoft YaHei-bold", Helvetica;
  font-size: 35px;
  color: #393939;
  text-align: center;
}

.whycarrytel-cards {
  width: 1200px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.whycarrytel-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 50px;
  width: 280px;
  height: 260px;
  box-shadow: 0px 0px 10px rgb(239, 239, 239);
  padding: 30px;
}

.whycarrytel-icon {
  margin-top: 10px;
}

.whycarrytel-icon img {
  width: 100px;
}

.card-title {
  padding-top: 20px;
  font-family: "Microsoft YaHei-bold", Helvetica;
  font-size: 20px;
  color: #393939;
  text-align: center;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 200px;
}
