.car_container .information_container{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #9e9e9e;
    width: 50%;
  }
 .row_1_information, .row_2_information, .row_3_information,.row_4_information{
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  margin: 1% 0;
  }

  
  .information_box{
    font-size: 14px !important;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
    position: relative;
    width: 100%;
  }
  .information_box a{
    font-size: 14px;
    color: #000;
    font-family: verdana;
    font-weight: bold;
    text-decoration-color: #ff3131;
  }
  
  .information_box a:hover{
    color: #ff3131;
    text-decoration-color: #000;
  }
  
  .infoIcon{
    height: 35px;
    width: 35px;
  }
  
  
  .line{
    height: 3px;
    width: 98%;
    background-color: #ff3131;
  }
  
  .car_title{
    margin-top: 0;
    padding-top: 0;
    text-align: start;
  }
  
  .information_tool_tip {
    width: 80%;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 2%;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    z-index: 500;
    opacity: 86%;
    text-align: center;
  }
  
  
  .information_box:hover .information_tool_tip{
    display: block;
  }
  
  .information_box:has(.color_value) .information_tool_tip{
    opacity: 100% !important;
  }

  .information_box:has(.color_value){
    width: 20%;
  }

  .price_value_hidden{
    display: none;
  }
  .car_title_mobile{
    display: none;
  }

  @media (max-width: 991px) {
    .car_container .information_container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: start;
      font-family: Verdana;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      background-color: #000;
      width: 100%;
    }

    .car_title{
      display: none
    }

    .car_title_mobile{
      display: flex;
      justify-content: center;
      width: 100%;
      color: #fff;
      margin-top: 1%;
    padding-top: 0;
    text-align: center;
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    }
    
    .car_title_mobile a{
        text-decoration: underline;
        text-decoration-color: #ff3131;
        color: #fff;
        background-color: #000;
    }

    .mobileSVG{
      fill: #fff;
    }

    .row_1_information, .row_2_information, .row_3_information,.row_4_information{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      margin: 1% 0;
      }

      .information_box{
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        cursor: pointer;
        width: 32%;
      }

      .information_box a{
        color: #fff;
      }

      .service_history_value{
        font-size: 13px;
      }

      .information_box:has(.price_value_visable){
        width: 32%;
        justify-content: start;
      }
      
      .row_4_information{
          justify-content: start;
      }
      
      .row_4_information .information_box{
          width: 100%;
      }
      .row_4_information a{
          width: 100%;
          display: flex;
          justify-content: start;
          align-items: center;
      }
      
  }
