.ring-size-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.ring-size-cont {
  width: 100%;
}
.ring-size-title {
  width: 100%;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ring-size-subtitle {
  width: 100%;
  padding: 32px 0px;
  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;
}
.ring-size-table-cont {
  width: 100%;
  overflow-x: auto;
}

.ring-size-table-conttable {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 14px;
  color: #333;
}

.ring-size-table-cont th,
.ring-size-table-cont td {
  border: 1px solid #fff;
  padding: 12px 10px;
  min-width: 120px;
}
.ring-size-title-one {
  background-color: #846551;
  color: #fff;
}
.ring-size-title-two {
  background-color: #b48c72;
  color: #fff;
}
.ring-size-title-table {
  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;
}
.ring-size-cell-one {
  background-color: #cbc2b9;
  padding: 10px 20px;
  flex: 1 0 0;
  border: 1px solid #fff;
  color: #523925;
  text-align: justify;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  text-align: center;
}
.ring-size-cell-two {
  background-color: #d8d9d4;
  padding: 10px 20px;
  flex: 1 0 0;
  border: 1px solid #fff;
  color: #523925;
  font-family: "Averta Std CY";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: 1px;
  text-align: center;
}
.ring-size-cell {
  background-color: #f7f8f3;
  padding: 10px 20px;
  border: 1px solid #fff;
  background: #f7f8f3;
  color: #3f3a36;
  text-align: center;
  font-family: "Averta Std CY";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
  .ring-size-section {
    padding: 10px 0;
  }
  .ring-size-title-table {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .ring-size-table-cont table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
}
