
.car_img img{
  width: 100%;
}

  @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  }
  /* m */
  @media screen and (max-width:767px){
  
    .center > .top > div:last-child p{
      display: block;
     
      font-weight: 400;
font-size:11px;
margin: 0;
color: #828CA0;
    }

    .car_img img:first-child{
      bottom: 0;
      left: 0;
      width: 100%;
    }
    /* header > div:last-child{
      opacity: 0;
      pointer-events: none;
    } */
    .center > .top{
      border-bottom: 10px solid #F7F8FC;
      background: #fff;
      padding-bottom: 20px;
    }

    .center > .top > div:last-child span:first-child{
      display: flex;
align-items: baseline;
    }
    .center > .top > div:last-child span:first-child p{
     margin-left: 7px;
    }




    
  }



























