.search-field {
  position: relative;
}

.search-input {
  width: 306.742px;
  height: 48px;
  border-radius: 24px;
  background: #F9F9F9;
  padding-left: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
}
.search-icon{
  position: absolute;
  left: 16px;
  top: 14px;
}