.delivery-estimate {
    display: flex;
    align-items: center;
  
    margin-top: 1.5rem;
  }
  
  .delivery-estimate p {
    margin: 0 0 0 5px;
  
    font-size: 15px;
    line-height: 18px;
  }
  
  
  .delivery-estimate img svg {
    width: 23.75px;
    height: 17.5px;
  }