.estimate-delivery {
    color: black;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
  }
  .estimation-span {
    font-weight: bold;
  }

.estimate-delivery :last-child {
  margin-bottom: 0;
}

.align-before {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.align-before :first-child {
  margin-bottom: 0;
}