@media (min-width:1800px) {
  .estimate-content-pr {
    padding-right: 154px;
  }
}

@media (min-width:1281px) and (max-width:1440px) {
  .estimate-concrete-section-custom-padding {
    padding: 122px 0 132px;
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  .estimate-concrete-section-custom-padding {
    padding: 86px 0 96px;
  }

  /* .estimate-concrete-custom-padding {
    padding: 30px 20px 0 0;
  } */
}
.estimate-concrete-bg-color {
  background-color: rgba(167, 169, 171, 0.2);
}

.border-bottom1 {
  border-bottom: 4px solid var(--purple-light);
}