body.page-template-page-accent-localization .intro_content {
  max-width: 682px !important;
}

.intro_image {
  max-width: 500px;
}

.intro_image img {
  height: auto;
  max-width: 100%;
}

.benefits_grid_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.benefit_grid_item {
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}

.benefit_grid_item .light {
  background-color: #cfcafa;
  padding: 16px;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.benefit_grid_item .dark {
  background-color: #a59afc;
  padding: 24px;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
table * {
  font-size: 14px;
  line-height: 24px;
}
th,
td {
  border: 1px solid #e4e7ea;
  padding: 10px;
  text-align: center;
  border-left: 0;
}
td {
  border-top: 0;
}
th {
  background-color: #614efa;
  color: #fff;
  font-weight: bold;
}
th strong {
  color: #fff;
}
th span {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}
th:first-child {
  border-top-left-radius: 10px;
  border-left: 1px solid #e4e7ea;
}
th:last-child {
  border-top-right-radius: 10px;
}
tbody tr td:first-child {
  border-left: 1px solid #e4e7ea;
}
tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
tbody tr {
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #fbfafa;
}

tbody tr td {
  font-weight: 600;
}
tbody tr td strong,
tbody tr td span.price {
  font-size: 16px;
}
tbody tr td strong span {
  font-size: 12px;
}
tbody tr:hover {
  background-color: #f6f6f6;
}
tbody tr td a {
  text-decoration: underline;
  color: #614efa;
}

#al_demo .audios_list {
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
}

.list_accent-demo-page-fl .audios_list,
.list_accent-demo-all .audios_list {
  max-width: unset !important;
}

.demos_outer .demo {
  margin: 0 !important;
}
.demos_outer .demo {
  max-width: calc(50% - 40px) !important;
}

@media screen and (max-width: 1200px) {
  .benefits_grid_container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 780px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .benefits_grid_container {
    grid-template-columns: repeat(1, 1fr);
  }
  .benefit_grid_item {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .benefit_grid_item .light,
  .benefit_grid_item .dark {
    min-height: unset;
  }
  .intro_content p {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 651px) {
  .table_wrapper {
    width: auto;
    overflow-x: auto;
    display: flex;
  }
  .table_outer {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .table_outer::after {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.7) 70%
    );
    width: 50px;
  }
  .table_wrapper table {
    flex: 0 0 650px;
    position: relative;
  }
}
