.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px; }

.article_title {
  text-align: center;
  font-size: 24px;
  font-family: 'Noto Sans';
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
  color: #457EA7; }

.sub_title {
  font-size: 24px;
  color: #457EA7;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 10px; }

.content {
  color: #878787;
  margin-bottom: 44px; }

ul.content li,
ol.content li {
  margin-left: 20px;
  color: #878787;
  list-style-type: decimal; }

.insights_img {
  margin-bottom: 44px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05);
  box-shadow: 0px 10px 10px 0px rgba(86, 171, 231, 0.05); }

.read_more .sub_title {
  margin-bottom: 18px; }

.pagination {
  margin-bottom: 120px;
  max-width: 200px; }

@media (max-width: 430px) {
  .top_head {
    margin-bottom: 70px; }
  .breadcrumbs {
    max-width: 70%;
    line-height: 130%;
    text-align: right;
    top: 75px;
    right: 16px; }
  .insights_img {
    width: calc(100% + 16px);
    left: -8px; }
  .article_title {
    font-size: 17px;
    text-align-last: left; }
  .sub_title {
    font-size: 17px; }
  .pagination {
    margin: 40px auto 54px; } }
