.brnner-wrapper {
  background-image: url("../assets/service-3/1.png");
}

.container-q1 {
  padding-top: 79px;
  padding-bottom: 70px;
  text-align: center;
}
.container-q1 .titles {
  margin-bottom: 75px;
  font-size: 30px;
  color: #0550a2;
}
.container-q1 .table .table-th {
  display: flex;
  padding-bottom: 11px;
  border-bottom: 1px solid #dcdcdc;
}
.container-q1 .table .table-th .td {
  flex: 1;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.container-q1 .table .table-body {
  padding-top: 23px;
  display: flex;
  flex-direction: column;
  row-gap: 29px;
}
.container-q1 .table .table-body .table-tr {
  display: flex;
}
.container-q1 .table .table-body .table-tr .table-td {
  flex: 1;
  font-size: 16px;
  color: #043d7c;
}
.container-q1 .table .table-body .table-tr .table-td a {
  color: #e60012;
  text-decoration: none;
  cursor: pointer;
}
.container-q1 .table .table-body .table-tr .table-td a:hover {
  text-decoration: underline;
}
.container-q1 .button {
  margin-top: 103px;
  width: 200px;
  height: 45px;
  font-size: 18px;
  color: #0550a2;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.container-q2 {
  height: 710px;
  background: #f5f7f9;
  padding-top: 65px;
  text-align: center;
}
.container-q2 .title {
  font-size: 30px;
  color: #0550a2;
}
.container-q2 .desc {
  margin-top: 26px;
  font-size: 16px;
  color: #999999;
}
.container-q2 .carts {
  padding-top: 80px;
}
.container-q2 .carts .cart-item {
  position: relative;
  width: 280px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.container-q2 .carts .cart-item .face {
  width: 280px;
  height: 400px;
}
.container-q2 .carts .cart-item .ts {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 13px;
  padding-top: 30px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  background: rgba(0, 45, 106, 0.6);
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
}
.container-q2 .carts .cart-item .ts .ti {
  margin-top: 10px;
}
.container-q2 .carts .cart-item .ts .ti .c1 {
  line-height: 20px;
}
.container-q2 .carts .cart-item .ts .a {
  margin-top: 30px;
  color: #fff;
}
.container-q2 .carts .cart-item:hover .ts {
  opacity: 1;
}
.container-q2 .carts .cart-item .bot {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(0, 45, 106, 0.7);
}

/*# sourceMappingURL=service-3.css.map */
