.single-post .article-content,
.single-internship_story .article-content,
.single-vacancy .article-content,
.single-podcasts .article-content,
.single-sixty_with .article-content {
    width: 100%;
}

.single-post .article-content .content-inner,
.single-internship_story .article-content .content-inner,
.single-vacancy .article-content .content-inner,
.single-podcasts .article-content .content-inner,
.single-sixty_with .article-content .content-inner {
    width: 88%;
}

@media only screen and (max-width: 668px) {
    .single-post .article-content .content-inner,
    .single-internship_story .article-content .content-inner,
    .single-vacancy .article-content .content-inner,
    .single-podcasts .article-content .content-inner,
    .single-sixty_with .article-content .content-inner {
        width: 100%;
    }
}

.legal-page .main-body .legal-content ol {
    padding-left: 40px;
}

.legal-page table,
.legal-page tr,
.legal-page td {
    border-collapse: collapse;
    border: 1px solid #444;
}

.legal-page table {
    width: 100%;
}

.legal-page td {
    padding: 5px;
}

/* .article-call-out-text-with-bg {
    background: #EDECE1;
    padding: 10px 20px;
    border: 1px solid black;
    margin-top: 10px; margin-bottom: 10px;
  } */

  body.join-us .two-column-block .block.right-block .image {
    margin-left: 0;
  }

 img.wp-image-13201 {
    border-radius: 14px;
 }
 
 #careers,
#careers-disclaimer-new {
  background-color: #f4f3f6 !important;
}