.services-container {
  min-width: 80%;
  margin: 32px auto;
  padding: 0 0 32px 0;
}
.services-wrapper {
  background: #fff;
  border-radius: 20px;
  width: 100%;
}
.services-header {
  background: #e6b05c;
  color: #222;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 16px 24px;
  border-radius: 12px 12px 0 0;
  letter-spacing: 0.01em;
}
.services-title {
  margin-bottom: 27px;
  margin-right: 40px;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: rgba(208, 161, 79, 1);
}
.services-item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 40px;
  gap: 31px;
}
.services-item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.services-item-right {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: normal;
  width: 50%;
  gap: 17px;
}
.services-item-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: normal;
  width: 50%;
  gap: 17px;
}
.services-item-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  width: 50%;
}
.services-item-value {
  border: 1px solid rgba(181, 181, 181, 1);
  background: rgba(243, 244, 246, 1);
  width: 100%;
  height: 42px;
  border-radius: 12px;
  border-width: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-align: center;
}
