body {
  background: #FBFBFB;
}

.section {
  padding: 9.1145833333vw 3.125vw 10.8333333333vw;
}
.section .title {
  font-family: "Poppins SemiBold";
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 2.7083333333vw;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 7.03125vw;
}
.section .list .item {
  display: flex;
  justify-content: space-between;
  border-top: 0.0520833333vw solid #D9D9D9;
}
.section .list .item:not(:last-child) {
  margin-bottom: 9.7395833333vw;
}
.section .list .item .item_r {
  width: 46.875vw;
  height: 25.9375vw;
  border-radius: 0.7291666667vw;
  overflow: hidden;
}
.section .list .item .item_r .img {
  width: 100%;
  height: 100%;
  border-radius: 0.7291666667vw;
  transition: 3s;
}
.section .list .item .item_l {
  width: 37.2395833333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.6041666667vw 0 0;
}
.section .list .item .item_l .item_title {
  font-family: "Poppins SemiBold";
  font-weight: 600;
  font-size: 1.875vw;
  line-height: 2.1875vw;
  color: #1A1A1A;
  transition: 0.6s;
}
.section .list .item .item_l .item_bottom .item_des {
  font-weight: 300;
  font-size: 0.9375vw;
  line-height: 1.5625vw;
  text-align: justify;
  color: #888888;
}
.section .list .item .item_l .item_bottom .more {
  position: relative;
  width: fit-content;
  display: flex;
  margin: 1.3020833333vw 0 0;
}
.section .list .item .item_l .item_bottom .more p {
  font-family: "Poppins Medium";
  font-weight: 500;
  font-size: 0.8333333333vw;
  color: #C70707;
}
.section .list .item .item_l .item_bottom .more p div {
  font-family: "Poppins Medium";
}
.section .list .item .item_l .item_bottom .more img {
  display: block;
  width: 6.8229166667vw;
  position: absolute;
  left: 0;
  top: 0.7291666667vw;
  max-height: unset;
  max-width: unset;
}
.section .list .item:hover .item_l .item_title {
  color: #C70707;
}
.section .list .item:hover .item_r .img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .section {
    padding: 40px 20px 60px;
  }
  .section .title {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .section .list .item {
    flex-direction: column-reverse;
  }
  .section .list .item:not(:last-child) {
    margin-bottom: 45px;
  }
  .section .list .item .item_r {
    width: 100%;
    height: 55vw;
    border-radius: 6px;
  }
  .section .list .item .item_l {
    width: 100%;
    padding: 20px 0 0;
  }
  .section .list .item .item_l .item_title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .section .list .item .item_l .item_bottom .item_des {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .section .list .item .item_l .item_bottom .more p {
    font-size: 13px;
  }
  .section .list .item .item_l .item_bottom .more img {
    width: 100px;
    top: 13px;
  }
}

/*# sourceMappingURL=solution.css.map */
