.nitay-steps-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.nitay-steps-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.nitay-steps-title {
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.nitay-steps-subtitle {
  text-align: center;
  margin-top: 24px;
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}
.nitay-steps-block-ct {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.nitay-steps-block-ct ul,
.nitay-steps-block-ct ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.nitay-steps-block-ct li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}
.nitay-steps-block-title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.nitay-steps-block-subtitle {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  margin-top: 28px;
}
.nitay-steps-block-content {
  margin-top: 24px;
  display: flex;
  gap: 36px;
}
.nitay-step-img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}
.nitay-step-content {
  flex: 1;
}
.size-table-section {
  font-family: "Averta Std CY", sans-serif;
}

.size-table-title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.size-table-wrapper {
  overflow-x: auto;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
}

.size-table th {
  padding: 10px 20px;
  background-color: #846551;
  color: #fff;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border: 1px solid #fff;
}

.size-table td {
  padding: 12px 10px;
  color: #3f3a36;
  border: none;
  border: 1px solid #fff;
}

.size-table tbody tr:nth-child(even) {
  background-color: #f8f3ef;
}
.size-table tbody tr:nth-child(odd) {
  background-color: #fbf9f9;
}
.ring-size-nitay-table {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ring-size-table-main-title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ring-size-table-main-subtitle {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}
.sub-repeater-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sub-repeater-item {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.table_nitay_table_ring {
  margin-top: 42px;
}
.table_nitay_table_ring_mobile {
  display: none;
}
.table_nitay_table_ring_title {
  color: #3f3a36;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.table_nitay_table_ring_desc {
  color: #3f3a36;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
  margin-top: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .nitay-steps-title {
    font-size: 30px;
  }
  .nitay-steps-section {
    padding: 10px 0;
  }
  .nitay-steps-subtitle {
    margin-top: 20px;
  }
  .nitay-steps-cont {
    gap: 30px;
  }
  .nitay-steps-block-content {
    margin-top: 24px;
    flex-direction: column;
  }
  .nitay-step-img {
    width: 100%;
  }
  .size-table th {
    padding: 8px 5px !important;
    font-size: 14px;
    letter-spacing: 0.9px;
  }
  .size-table {
    table-layout: fixed;
  }
  .table_nitay_table_ring {
    margin-top: 24px;
  }
  .table_nitay_table_ring_desktop {
    display: none;
  }
  .table_nitay_table_ring_mobile {
    display: flex;
    justify-content: center;
  }
  .table_nitay_table_ring_desc {
    margin-bottom: 24px;
  }
}
