.Bill-info span {
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
}

.Bill-info {
  display: flex;
  gap: 66px;
  padding-top: 20px;
  position: relative;
}
.truck-info {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 6px 0;
}
.storage-unit-boxxx {
    background: white;
    padding: 20px 17px;
    width: 100%;
    border-radius: 12px;
    margin-top: 40px;
    /* height: 300px; */
}

.storage-unit-boxxx span {
  font-family: "Poppins-Regular" !important;
  color: #000000;
  font-size: 11px;
}
.storage-unit-boxxx .truck-info {
  margin: 8px 0;
  align-items: unset !important;
}
.peace-img {
    position: relative;
    top: -146px;
    width: 100% !important;
    height: 420px !important;
}
@media (max-width: 1024px) {
  .Bill-info {
    gap: 4px;
}
.peace-img {
  top: -67px !important;
  height: 338px !important;
}
.storage-unit-heading h2 {
  font-size: 30px;

}
.peace-heading h2 {
  font-size: 28px !important;
}
.secure-heading h2 {
  font-size: 35px !important;
}
.main_heading p {
  font-size: 10px   !important;
}
}
@media (max-width: 768px) {
  .main_heading p {
    font-size: 9px !important;
  }
  .secure-heading h2 {
    font-size: 25px !important;
    text-transform: uppercase;
  }
  .secure-heading.main_heading {
    padding-top: 6px !important;
  }
  .Bill-info {
    flex-wrap: wrap;
}
.peace-img img {
  height: auto !important;
  position: unset !important;
}
.peace-img {
  top: -99px;
  height: auto !important;
}
.secure-storage-img {
  text-align: center;
}
}