.hero-section {
  background: url("../Images/price-img.png") center/cover no-repeat;
  height: 100%;
  position: relative;
}
.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* overlay color */
}

.shadow {
  box-shadow: 0 1px 5px 1px rgba(58, 57, 57, 0.262);
}
img{
  width: 100%;
  height: auto;
}

/* Vehical details styling */
