body .home .banner .text_info {
  position: absolute;
  left: 18.2291666667vw;
  top: 13.1770833333vw;
  width: 54.4791666667vw;
  color: white; }
  body .home .banner .text_info h1 {
    line-height: 1.16;
    margin-bottom: 1.8229166667vw; }
  body .home .banner .text_info .time {
    font-weight: 600;
    line-height: 1.5; }
body .home .sec1 {
  padding: 5.2083333333vw 18.2291666667vw 7.0833333333vw 18.2291666667vw; }
  body .home .sec1 .html {
    color: white;
    line-height: 1.8; }
  body .home .sec1 .pager {
    display: flex;
    justify-content: space-between;
    margin-top: 4.21875vw; }
    body .home .sec1 .pager .btn {
      border-radius: 50px;
      border: 1px solid #FFF;
      width: 8.8541666667vw;
      height: 3.4375vw;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-transform: capitalize;
      font-weight: 500;
      transition: all 600ms; }
      body .home .sec1 .pager .btn:hover {
        background: #fff;
        color: #0C2132; }
    body .home .sec1 .pager .back {
      border-radius: 50px;
      background: #02D1FF;
      width: 8.8541666667vw;
      height: 3.4375vw;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-transform: capitalize;
      font-weight: 500;
      transition: all 600ms; }
body .home .sec2 {
  padding: 5.5729166667vw 8.3333333333vw 1.25vw 8.3333333333vw; }
  body .home .sec2 .t {
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-transform: capitalize;
    margin: 0 auto;
    margin-bottom: 2.7604166667vw; }
@media screen and (max-width: 768px) {
  body .home .banner .text_info {
    left: 5%;
    width: 90%;
    top: 55%;
    transform: translateY(-50%); }
    body .home .banner .text_info h1 {
      font-size: 24px;
      margin-bottom: 15px; }
  body .home .sec1 {
    padding: 30px 5%; }
    body .home .sec1 .pager {
      margin-top: 30px;
      gap: 10px; }
      body .home .sec1 .pager .btn {
        width: 120px;
        height: 40px; }
      body .home .sec1 .pager .back {
        width: 120px;
        height: 40px; }
  body .home .sec2 {
    padding: 50px 5% 0 5%; }
    body .home .sec2 .t {
      margin-bottom: 25px; }
      body .home .sec1 .html img{max-width:100%!important;height:auto !important;}
      }

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