.search-section {
  padding: 60px 55px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:40px;
}

.search-section__search-header {
  color: #006937;
  font-family: "Libre Franklin";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  padding-bottom: 40px;
  width: 100%;
  text-align: center;

  border-bottom: 1px solid #CDCDCD;
}

.search-section__center-buttons > * {
  flex: 1;
}

.search-section__tags {

}

.search-section__tag {
  border-radius: 4px;
  background: #509636;
  color: #FFF !important;
  text-decoration: none !important;
  font-family: "Libre Franklin";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 8px;
}

.search-section__search-input-wrap {
  position: relative;
}

.search-section__date-range-wrap .search-section__center-button {
  height: 100%;
}

.search-section__search-input {
  border-radius: 4px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  display: flex;
  padding: 8px 140px 8px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  height: 50px;
}

.search-section__search-input:focus {
  outline: none;
}

.search-section__search-input::placeholder {
  color: rgba(51, 51, 51, 0.40);
  font-family: "Libre Franklin", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}

.search-section__tags-show-more {
  cursor: pointer;
}

.search-section__search-button {
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: #509636;
  color: #FFF;
  font-family: "Libre Franklin";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border: none;
}

.search-section__tags-area {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 24px ;
}

.search-section-wrap {
  width: 100%;
}

.search-section__data-range {
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.search-section__date-range-wrap {
  position: relative;
}

.search-section__tags-title {
  color: #333;
  font-family: "Libre Franklin";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
  text-align: center;
}

.search-section__center-buttons {
  display: flex;
  gap:20px;
}

.search-section__center-button:hover {
  color: #FFF !important;
}

.search-section__center-button {
  cursor: pointer;
}

@media (max-width: 580px) {
  .search-section__center-buttons {
    flex-direction: column;
  }
}
