.div-service {
  display: flex;
  padding: 50px 0px;
}
.div-service .div-info {
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-service .div-info .B1 {
  width: 400px;
}
@media only screen and (max-width: 1300px) {
  .div-service {
    flex-direction: column;
  }
  .div-service .div-info {
    width: 100%;
    max-width: 100%;
  }
  .div-service .B1 {
    margin: 0 auto;
  }
}

.service1 img {
  width: 40%;
  margin: auto 0 auto auto;
}
@media only screen and (max-width: 1300px) {
  .service1 .div-service {
    flex-direction: column-reverse;
  }
  .service1 .div-service img {
    width: 100%;
    margin: auto;
  }
}

.service2 {
  background: rgb(236, 236, 236);
}
.service2 .div-service {
  padding: 100px 0px;
}
.service2 img {
  width: 40%;
  margin: auto auto auto 0;
}
@media only screen and (max-width: 1300px) {
  .service2 img {
    width: 100%;
    margin: auto;
  }
}

.div-question {
  display: flex;
  width: 100%;
  background: rgb(255, 255, 255);
}
.div-question .div-img {
  width: 35%;
  height: 100%;
  min-height: 800px;
}
.div-question .div-info {
  width: calc(65% - 100px);
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.div-question .div-info .list-question {
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.div-question .div-info .list-question .question {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 0.8px solid rgb(93, 87, 77);
}
.div-question .div-info .list-question .question .title {
  width: 100%;
  display: flex;
}
.div-question .div-info .list-question .question .title p {
  margin: auto 0;
}
.div-question .div-info .list-question .question .title button {
  display: flex;
  margin: auto 0 auto auto;
}
.div-question .div-info .list-question .question .title button p {
  font-size: 50px;
  font-weight: 300;
}
.div-question .div-info .list-question .question .info {
  display: none;
  padding: 20px;
}
@media only screen and (max-width: 1300px) {
  .div-question .div-img {
    display: none;
  }
  .div-question .div-info {
    width: 100%;
  }
}/*# sourceMappingURL=service.css.map */