:root {
  --public-color: #004178;
  --max: 1430px;
}

.middle {
  padding-top: 123px;
}

/* middle-one */
.middle .middle-one {
  height: 350px;
  background: url(../../images/bg_faq.jpg) no-repeat;
  background-size: cover;
}

.middle .middle-one>.container-xl {
  display: flex;
  align-items: center;
  height: 100%;
}

.middle .middle-one h1 {
  margin-left: 0px;
  margin-top: 25px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

/* middle-two */
/* middle-three */
.middle .middle-three {
  padding: 125px 0 185px 0;
}

.middle .middle-three .conts .cont {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.middle .middle-three .conts .cont .image {
  width: 50%;
  height: 100%;
  min-height: 511px;
  padding-right: 80px;
}

.middle .middle-three .conts .cont .image a {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 511px;
  display: flex;
}

.middle .middle-three .conts .cont .image a::before {
  position: absolute;
  content: "";
  background: url(../../images/qttt.jpg) no-repeat;
  background-size: contain;
  width: 511px;
  height: 511px;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle .middle-three .conts .cont .image a img {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  mix-blend-mode: multiply;
}

.middle .middle-three .conts .cont .text {
  width: 50%;
  padding-left: 50px;
}

.middle .middle-three .conts .cont .text .t1 {
  position: relative;
}

.middle .middle-three .conts .cont .text .t1::before {
  position: absolute;
  content: "";
  background-color: var(--public-color);
  width: 240px;
  height: 2px;
  left: -320px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.middle .middle-three .conts .cont .text .t1 a {
  color: var(--public-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  font-family: "Urbanist", sans-serif;
  display: flex;
  gap: 10px;
  align-items: center;
  transition: 0.5s;
}

/* .middle .middle-three .conts .cont .text .t1 a:hover {
  text-decoration: underline;
  gap: 20px;
} */

.middle .middle-three .conts .cont .text .t1 a img {
  width: 18px;
  height: 10px;
}

.middle .middle-three .conts .cont .text .t2 {
  margin-top: 45px;
  color: #666666;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  font-family: "Urbanist", sans-serif;
}

.middle .middle-three .conts .cont:nth-child(2n) .image {
  padding-left: 80px;
  order: 2;
}

.middle .middle-three .conts .cont:nth-child(2n) .text {
  padding-right: 50px;
  order: 1;
}

.middle .middle-three .conts .cont:nth-child(2n) .text .t1::before {
  left: auto;
  right: -320px;
}

.middle .middle-three .conts .cont:nth-child(2n+1) .image {
  padding-right: 80px;
  order: 1;
}

.middle .middle-three .conts .cont:nth-child(2n+1) .text {
  padding-left: 50px;
  order: 2;
}

.middle .middle-three .conts .cont:nth-child(2n+1) .text .t1::before {
  left: -320;
  right: auto;
}

@media (max-width: 768px) {
  .middle .middle-one{height: 120px;}
  .middle .middle-one > .container-xl{justify-content: center;}
  .middle .middle-one h1{margin-top: 0;}
  .middle .middle-three{padding: 15px 0 15px 0;}
  .middle .middle-three .conts .cont .image a::before{width: 400px;height: 400px;}
  .middle .middle-three .conts .cont .image{height: 415px;padding: 0 !important; order: 1 !important;min-height: auto;}
  .middle .middle-three .conts .cont .image a{min-height: auto;height: 415px;}
  .middle .middle-three .conts .cont .text{padding: 0 !important;order: 2 !important;}
  .middle .middle-three .conts .cont .text .t2{margin-top: 15px;}
}