.aftermarket_wrp {
  padding: 80px 0px;
  background-color: #EAEEF2;
}
.aftermarket_wrp hr {
  margin: 3rem 0rem;
}
.aftermarket_wrp .aftermarket_row1_lhs .common_tile {
  margin-bottom: 20px;
}
.aftermarket_wrp .aftermarket_row1_rhs img {
  border-radius: 16px;
}
.aftermarket_wrp .aftermarket_row2_lhs .common_tile {
  font-size: 46px;
}
.aftermarket_wrp .aftermarket_row2_rhs ul.red_tick {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
}
.aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
  padding: 0px 0px 0px 30px;
  font-size: 18px;
  /* font-weight: 600; */
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
  background-image: url(../../assets/images/red-tick.png);
  background-repeat: no-repeat;
  background-position: left top 7px;
}
.aftermarket_wrp .aftermarket_row2_rhs ul {
    padding-left: 20px;
}
.aftermarket_wrp .aftermarket_row2_rhs ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.aftermarket_wrp .aftermarket_row3_lhs .common_tile {
  font-size: 46px;
}
.aftermarket_wrp .vas_grid_wrp {
  margin-top: 30px;
}
.aftermarket_wrp .vas_grid_wrp .vas_card {
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-height: 280px;
  margin-top: 25px;
}
.aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  line-height: 140%;
  margin: 20px 0px 0px;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .aftermarket_wrp .aftermarket_row2_lhs .common_tile {
    font-size: 40px;
  }
  .aftermarket_wrp .aftermarket_row3_lhs .common_tile {
    font-size: 40px;
  }
  .aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
    font-size: 16px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .aftermarket_wrp .aftermarket_row2_lhs .common_tile {
    font-size: 40px;
  }
  .aftermarket_wrp .aftermarket_row3_lhs .common_tile {
    font-size: 40px;
  }
  .aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
    font-size: 16px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .aftermarket_wrp .aftermarket_row2_lhs .common_tile {
    font-size: 40px;
  }
  .aftermarket_wrp .aftermarket_row3_lhs .common_tile {
    font-size: 40px;
  }
  .aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
    font-size: 16px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .aftermarket_wrp .aftermarket_row2_lhs .common_tile,
  .aftermarket_wrp .aftermarket_row3_lhs .common_tile {
    font-size: 28px;
  }
  .aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
    font-size: 16px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card {
    padding: 15px;
    min-height: 235px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .aftermarket_wrp .aftermarket_row2_lhs .common_tile,
  .aftermarket_wrp .aftermarket_row3_lhs .common_tile {
    font-size: 32px;
    margin: 0px 0px 20px;
  }
  .aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
    font-size: 16px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card {
    padding: 15px;
    min-height: 235px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aftermarket_row1_lhs p,
  .aftermarket_row3_rhs p {
    font-size: 15px;
  }
  .aftermarket_wrp .aftermarket_row2_lhs .common_tile,
  .aftermarket_wrp .aftermarket_row3_lhs .common_tile {
    font-size: 24px;
    line-height: 140%;
    margin: 0px 0px 20px;
  }
  .aftermarket_wrp .aftermarket_row2_rhs ul.red_tick li {
    font-size: 15px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card .ttle {
    font-size: 15px;
  }
  .aftermarket_wrp .vas_grid_wrp .vas_card {
    padding: 20px;
    min-height: auto;
  }
}