@media screen and (max-width: 767px) {
  h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 24px;
  }
  .post-thumbnail,
  .entry-thumbnail {
    display: none;
  }
  .entry-content {
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content .table-intro-wrap {
    border: none;
    border-radius: 0;
  }
  .entry-content .table-intro-wrap .table-intro {
    text-align: left;
    color: #000;
    /* tr {
       &:last-child {
         td {
           div {
             border-bottom: none;
           }
         }
       }
       th {
         font-size: 16px;
         font-weight: 800;
         line-height: 22px;
         padding: 20px;
         border-bottom: 1px solid #000;
         &:first-child {
           width: 330px;
           border-right: 1px solid #000;
         }
         &:last-child {
           width: 450px;
         }
       }
       td {
         font-size: 14px;
         line-height: 20px;
         font-weight: 400;
         position: relative;
         &:first-child {
           border-right: 1px solid #000;
         }
         > div {
           padding: 20px;
           border-bottom: 1px solid #EAEAEA;
           height: 79px;
           box-sizing: border-box;
           display: inline-flex;
           align-items: center;
           vertical-align: middle;
           width: 100%;
           > span {
             max-width: 266px;
             display: inline-flex;
             max-height: 40px;
             color: #3339F1;
             font-weight: 700;
             &:after {
               content: '';
               background-image: url(../../../../../uploads/tenweb-theme/images/icons/arrow-blk.svg);
               background-size: 16px;
               width: 16px;
               height: 16px;
               top: calc(50% - 8px);
               right: 20px;
               position: absolute;
             }
           }
         }
       }
     }*/
  }
  .entry-content .table-intro-wrap .table-intro .table-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data {
    padding: 0;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child > span {
    max-width: 90%;
    display: inline-flex;
    max-height: 40px;
    color: #3339F1;
    font-weight: 700;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child:not(.table-header):after {
    content: "";
    background-image: url(../../../../../uploads/tenweb-theme/images/icons/arrow-blk.svg);
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 20px;
    position: absolute;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:last-child {
    width: 100%;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data.table-header {
    display: none;
  }
  .entry-content pre {
    margin: 20px 0;
    padding: 16px;
  }
  .entry-content pre span {
    font-size: 16px;
    line-height: 24px;
  }
  .entry-content pre:after {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .entry-content .iframe img {
    margin: 0;
  }
  .entry-content img:not(.img_cta_button):not(.device-icon) {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .entry-content .wp-caption > img:not(.img_cta_button) {
    margin-bottom: 10px;
  }
  .entry-content img.img_cta_button {
    width: auto;
  }
  .entry-content ul,
  .entry-content ol {
    margin: 6px 0 26px 6px;
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content ol.green > li,
  .entry-content ol.blue > li {
    margin-bottom: 10px !important;
  }
  .entry-content ol.green > li:before,
  .entry-content ol.blue > li:before {
    top: 1px;
  }
  .entry-content ol.black > li {
    margin-bottom: 10px !important;
  }
  .entry-content ol.black > li:before {
    top: 7px;
  }
  .entry-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .entry-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .entry-content h3 a span::after {
    top: 3px !important;
  }
  .entry-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .entry-content p {
    margin-top: 6px;
    font-size: 18px;
    line-height: 32px;
  }
  .entry-content p a {
    font-size: 18px;
  }
  .entry-content .faq-shortcode + h2 {
    margin-top: 70px;
  }
  .entry-content p + h2 {
    margin-top: 70px;
  }
  .entry-content p + h3 {
    margin-top: 60px;
  }
  .entry-content p + p {
    margin-top: 40px;
  }
  .entry-content p + h4 {
    margin-top: 40px;
  }
  .entry-content h2 + h3,
  .entry-content h2 + p {
    margin-top: 24px;
  }
  .entry-content h3 + h4,
  .entry-content h3 + p {
    margin-top: 16px;
  }
  .entry-content h4 + p {
    margin-top: 12px;
  }
  .entry-content iframe {
    height: 49vw;
  }
  .entry-content p.iframe {
    margin: 50px 0;
  }
  .entry-content p + .iframe {
    padding-top: 8px;
  }
  .entry-content h2 + .iframe,
  .entry-content h3 + .iframe,
  .entry-content h4 + .iframe {
    margin-top: 20px;
  }
  .entry-content h2 + .faq-shortcode {
    margin-top: 30px;
  }
  .entry-content .tenweb-audio-play {
    margin: 0 0 0 5px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay {
    gap: 6px;
    border-radius: 6px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay p {
    font-size: 13px;
    line-height: 20px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .entry-content .competitors-two-images {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .entry-content .competitors-two-images img {
    width: 333px;
    margin: 0;
  }
}
