@media screen and (max-width: 768px) {
  .entry-content .roles_table {
    overflow-x: scroll;
    max-width: unset;
    width: auto;
  }
  .entry-content .roles_table table {
    table-layout: auto;
  }
  .entry-content .roles_table table thead th {
    padding: 15px !important;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
  }
  .entry-content .roles_table table tbody tr:first-child td {
    padding: 15px !important;
  }
  .entry-content .roles_table table tbody tr td {
    padding: 15px !important;
    font-size: 12px;
    line-height: 18px;
  }
  .entry-content .links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    justify-content: flex-start;
  }
  .entry-content .links * {
    box-sizing: border-box;
  }
  .entry-content .links br {
    display: none;
  }
  .entry-content .links .link_arrow.boxed {
    flex: 0 0 100%;
    margin: 0 0 20px 0 !important;
    width: 100%;
  }
  .entry-content .comparison_table table {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .entry-content .comparison_table table tr {
    display: flex;
  }
  .entry-content .comparison_table table th:empty {
    display: none;
  }
  .entry-content .comparison_table table th {
    width: 50% !important;
    padding: 10px 20px !important;
  }
  .entry-content .comparison_table table th span {
    font-size: 14px !important;
    padding-top: 12px !important;
    margin-top: 12px !important;
  }
  .entry-content .comparison_table table th .img_wrapper {
    height: auto;
  }
  .entry-content .comparison_table table th .img_wrapper img {
    height: auto;
    max-width: 100%;
  }
  .entry-content .comparison_table table tbody {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    flex: 0 1 100%;
  }
  .entry-content .comparison_table table tbody * {
    border: unset !important;
  }
  .entry-content .comparison_table table tbody tr {
    flex-wrap: wrap;
  }
  .entry-content .comparison_table table tbody tr td {
    border-radius: unset !important;
    flex: 0 1 50%;
    max-width: 50%;
    min-width: 50%;
    box-sizing: border-box;
  }
  .entry-content .comparison_table table tbody tr td:first-child {
    flex: 0 1 100%;
    min-width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #eaeaea !important;
  }
  .entry-content .comparison_table table tbody tr td:nth-child(2) {
    border-bottom: 1px solid #eaeaea !important;
    border-right: 1px solid #eaeaea !important;
  }
  .entry-content .comparison_table table tbody tr td:nth-child(3) {
    border-bottom: 1px solid #eaeaea !important;
    border-left: 1px solid #eaeaea !important;
  }
  .has_tooltip .tooltip {
    left: 0;
  }
  .has_tooltip:hover .tooltip {
    left: 0;
  }
  .has_tooltip h3 > strong:after,
  .has_tooltip h4 > strong:after {
    width: 20px !important;
    height: 20px !important;
  }
  .ranking_criteria {
    text-align: center;
  }
  .ranking_criteria .title {
    font-size: 18px !important;
    line-height: 30px !important;
    margin-bottom: 5px !important;
  }
  .ranking_criteria p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 25px !important;
  }
  #competitor_filters_holder .container {
    max-width: 100% !important;
  }
  .recommended_articles .recommended_articles_title {
    font-size: 24px;
  }
  .recommended_articles .container {
    max-width: 100% !important;
    padding: 0 15px;
  }
  .recommended_articles .recommended .blog-post .blog-post__image {
    display: none;
  }
  .recommended_articles .recommended .blog-post .blog-post__content {
    padding-bottom: 20px;
  }
}
