.details {
  width: 62.5vw;
  height: auto;
  padding: 5.2083vw 0;
  margin: 0 auto;
}
.details .title {
  width: 100%;
  font-size: 34px;
  color: #2B1E1A;
  margin-bottom: 20px;
}
.details .text {
  color: #787E80;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
.details .text p {
  color: #787E80;
  font-size: 14px;
  line-height: 28px;
}
.details .text span {
  color: #787E80;
  font-size: 14px;
  line-height: 28px;
}
.details img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .details {
    width: 100%;
    padding: 1.33333333rem 0.4rem;
  }
  .details .title {
    width: 100%;
    font-size: 0.58666667rem;
    color: #2B1E1A;
    margin-bottom: 0.53333333rem;
  }
  .details .text {
    color: #787E80;
    font-size: 0.37333333rem;
    line-height: 0.74666667rem;
    margin-bottom: 0.26666667rem;
  }
  .details .text p {
    color: #787E80;
    font-size: 0.37333333rem;
    line-height: 0.74666667rem;
  }
  .details .text span {
    color: #787E80;
    font-size: 0.37333333rem;
    line-height: 0.74666667rem;
  }
  .details img {
    max-width: 100%;
    height: auto;
  }
}
