.sw19p-blog-index {
  font-family: Roboto, sans-serif;

  .sw19b-blog-banner {
    background: url(images/diagonal-pattern-background.png);
    border-bottom: 6px solid #ccc;

    .gradient-wrap {
      background-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1) 10% 90%,
        rgba(255, 255, 255, 0)
      );
      padding: 46px 0 41px 0;
      max-width: 1200px;
      margin: 0 auto;
    }

    .sw19s-std-wrap {
      text-align: center;
    }

    h1 {
      margin: 0;
      line-height: 43px;
      font-size: 32px;
      font-weight: bold;
      color: #04488f;
    }
  }

  .sw19b-blog-index-main {
    max-width: 1140px;
    margin: 0 auto;

    .grid__container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      padding-top: 30px;
    }

    .grid__item {
      &:first-child {
        flex-basis: 780px;
      }
      &:last-child {
        flex-basis: 293px;
      }
    }

    .posts h2 {
      margin: 0 0 20px 0;
      font-size: 18px;
      font-weight: bold;
      line-height: normal;
      color: #111111;
    }

    .thumb-wrap {
      width: 300px;
      height: 207px;
      float: left;
      margin-right: 30px;
    }

    .thumb-wrap img {
      max-width: 100%;
      max-height: 100%;
    }

    .post {
      clear: both;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee;
      overflow: hidden;
      margin-bottom: 30px;
    }

    .post h3 {
      margin: 0;
    }

    .post h3 a {
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      line-height: normal;
      letter-spacing: 0.21px;
      color: #111111;
    }

    .post h3 a:hover {
      text-decoration: underline;
    }

    .post .by {
      margin: 5px 0 10px 0;
      font-size: 14px;
      font-weight: 500;
      line-height: normal;
      color: #a1a1a1;
    }

    .content,
    .content p,
    .content h3,
    .content h2,
    .content a,
    .content ul,
    .content li {
      font-size: 16px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #141414;
      margin: 0;
      padding: 0;
      list-style: none;
      text-decoration: none;
      display: inline;
    }

    .content {
      margin-top: 10px;
    }

    .content img {
      display: none;
    }

    a.read-more {
      line-height: 19px;
      margin: 20px 0 0 0;
      display: block;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      color: #FF6200;
      text-decoration: none;
    }

    a.read-more:hover {
      text-decoration: underline;
    }

    .blog-sidebar {
      width: 293px;
      flex-shrink: 0;
    }

    @media (max-width: 992px) {
      .posts {
        margin-right: 0;
        margin-left: 0;
      }

      .blog-sidebar {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .thumb-wrap {
        float: none;
        margin: 0 auto 20px auto;
        width: auto;
      }
    }
  }

  .sw19b-blog-paginate {
    padding-bottom: 60px;

    a,
    span.current {
      color: #a1a1a1;
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
    }

    svg {
      fill: #a1a1a1;
      width: 18px;
    }

    .page-numbers {
      padding: 6px 10px;
      border-radius: 2px;
    }

    .page-numbers.current {
      background: #FF6200;
      color: #fff;
    }

    .sw19s-std-wrap {
      text-align: center;
    }
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .sw19p-blog-index {
    .sw19b-blog-index-main {
      max-width: 100%;
      padding: 0 30px;
      .grid__container {
        .grid__item {
          &:first-child {
            flex-basis: calc(100% - 353px);
          }
          &:last-child {
            flex-basis: 293px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 991px) {
  .sw19p-blog-index {
    .sw19b-blog-index-main {
      max-width: 100%;
      padding: 0 15px;
      .grid__container {
        .grid__item {
          &:first-child,
          &:last-child {
            flex-basis: 100%;
          }
        }
      }
    }
  }
}
