.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.blog__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem; }
  .blog__header h2 {
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-style: italic;
    margin-bottom: 20px; }
  .blog__header p {
    width: 100%;
    font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
  @media (min-width: 1024px) {
    .blog__header p {
      width: 36%; } }

.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 44px;
  margin-left: -17px;
  margin-right: -17px; }

.blog__column {
  width: 100%;
  padding-left: 17px;
  padding-right: 17px; }
  @media (min-width: 1024px) {
    .blog__column {
      width: 50%; } }

.blog__card {
  background-color: rgba(247, 234, 210, 0.2); }

.blog__inner {
  display: flex;
  flex-direction: column; }

.blog__image {
  margin: 0; }
  .blog__image img {
    width: 100%;
    height: auto;
    object-fit: contain; }

.blog__content {
  padding: 0 16px;
  padding-bottom: 37px; }
  .blog__content span, .blog__content__date {
    display: block;
    font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.02em; }
  .blog__content h3, .blog__content__title {
    font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #73202F;
    margin-top: 10px;
    margin-bottom: 17px; }
    .blog__content h3 a, .blog__content__title a {
      text-decoration: none; }
      .blog__content h3 a:hover, .blog__content__title a:hover {
        text-decoration: underline; }
  .blog__content p, .blog__content__excerpt {
    font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    line-height: 1.625;
    letter-spacing: 0.02em; }

.blog__footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .blog__footer__read-time,
  .blog__footer span {
    color: #1c1c1c99;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.325; }
  .blog__footer a {
    background-color: #73202F;
    color: #fff;
    margin-right: 0;
    text-decoration: none; }
    @media (min-width: 1024px) {
      .blog__footer a {
        margin-right: 50px; } }

.single-page {
  padding-bottom: 50px;
  padding-top: 52px; }
  @media (min-width: 1024px) {
    .single-page {
      padding-bottom: 72px;
      padding-top: 102px; } }
  .single-page .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single-page .left-col {
    width: 100%; }
    @media (min-width: 1024px) {
      .single-page .left-col {
        width: 65%; } }
    .single-page .left-col h2 {
      font-size: 30px;
      line-height: 1.2;
      letter-spacing: 0.02em;
      font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-style: italic; }
      @media (min-width: 1024px) {
        .single-page .left-col h2 {
          font-size: 60px; } }
    .single-page .left-col figure,
    .single-page .left-col img {
      width: 100%;
      margin: 0; }
    .single-page .left-col h3 {
      font-size: 24px;
      line-height: 1.25;
      letter-spacing: 0.04em;
      color: #73202F;
      font-weight: 700;
      font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      margin-bottom: 31px;
      margin-top: 22px; }
    .single-page .left-col h4 {
      font-weight: 600;
      font-size: 24px;
      letter-spacing: 0.04em;
      color: #73202F;
      line-height: 1.25;
      margin-bottom: 15px; }
    .single-page .left-col p {
      font-size: 16px;
      letter-spacing: 0.04em;
      line-height: 1.875;
      padding-top: 21px; }
  .single-page .right-col {
    width: 100%; }
    @media (min-width: 1024px) {
      .single-page .right-col {
        width: 25%; } }
    .single-page .right-col .search-widget {
      border: 1px solid #F7EAD2;
      padding: 20px; }
      .single-page .right-col .search-widget h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 600;
        line-height: 2.25; }
      .single-page .right-col .search-widget .search-box {
        display: flex; }
        .single-page .right-col .search-widget .search-box input {
          border: 1px solid #F7EAD2;
          width: 100%;
          padding-right: 0px; }
          @media (min-width: 1280px) {
            .single-page .right-col .search-widget .search-box input {
              padding: 7px 12px; } }
        .single-page .right-col .search-widget .search-box .search-btn {
          background-color: #73202F;
          padding: 5px;
          height: 40px; }
          @media (min-width: 1280px) {
            .single-page .right-col .search-widget .search-box .search-btn {
              padding: 10px 14px; } }
    .single-page .right-col .popular-blogs {
      background-color: #f7ead2;
      padding: 20px 15px 28px 15px;
      margin: 24px 0; }
      .single-page .right-col .popular-blogs .banner {
        background-color: #73202F;
        color: #fff;
        text-align: center;
        padding: 12px;
        margin-bottom: 30px; }
        .single-page .right-col .popular-blogs .banner h4 {
          margin: 0px;
          font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 2.25; }
      .single-page .right-col .popular-blogs .list {
        list-style: none;
        counter-reset: item;
        padding: 0;
        margin: 0; }
        .single-page .right-col .popular-blogs .list li {
          counter-increment: item;
          position: relative;
          padding-left: 40px; }
          .single-page .right-col .popular-blogs .list li::before {
            content: counter(item, decimal-leading-zero);
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 400;
            font-size: 30px;
            line-height: 0.8;
            font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif; }
          .single-page .right-col .popular-blogs .list li span {
            font-weight: 500;
            font-size: 16px;
            letter-spacing: 0.02em;
            line-height: 1.625;
            font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
            color: #73202F; }
            .single-page .right-col .popular-blogs .list li span a {
              text-decoration: none; }
              .single-page .right-col .popular-blogs .list li span a:hover {
                text-decoration: underline; }
          .single-page .right-col .popular-blogs .list li p {
            font-size: 14px;
            letter-spacing: 0.02em;
            line-height: 1.5; }
    .single-page .right-col .need-help-widget {
      background-color: #f7ead2;
      padding: 20px 46px;
      text-align: center; }
      .single-page .right-col .need-help-widget h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        color: #73202F;
        margin-bottom: 18px; }
      .single-page .right-col .need-help-widget p {
        font-family: "Playfair Display", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
        font-size: 16px;
        line-height: 1.875;
        letter-spacing: 0.04em; }
      .single-page .right-col .need-help-widget .button {
        background-color: #73202F;
        padding: 14px 21px; }
        .single-page .right-col .need-help-widget .button a {
          color: #fff;
          display: block;
          text-decoration: none; }
          .single-page .right-col .need-help-widget .button a:hover {
            text-decoration: underline; }

.featured-blog {
  padding-bottom: 60px;
  padding-top: 30px;
  background-color: #F7EAD2; }
  @media (min-width: 1024px) {
    .featured-blog {
      padding-bottom: 94px;
      padding-top: 52px; } }
  .featured-blog header {
    text-align: center;
    max-width: 495px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 63px; }
    .featured-blog header h3 {
      font-style: italic;
      margin-bottom: 30px;
      font-size: 60px;
      line-height: 0.75;
      letter-spacing: 0.02em; }
  .featured-blog__wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 44px;
    margin-left: -17px;
    margin-right: -17px; }
  .featured-blog__column {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px; }
    @media (min-width: 1024px) {
      .featured-blog__column {
        width: 50%; } }
  .featured-blog__card {
    background-color: rgba(255, 255, 255, 0.2); }
  .featured-blog__inner {
    display: flex;
    flex-direction: column; }
  .featured-blog__image {
    margin: 0; }
    .featured-blog__image img {
      width: 100%;
      height: auto;
      object-fit: contain; }
  .featured-blog__content {
    padding: 0 16px;
    padding-bottom: 37px; }
    .featured-blog__content span, .featured-blog__content__date {
      display: block;
      font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      font-size: 16px;
      line-height: 1.625;
      letter-spacing: 0.02em;
      margin-top: 10px; }
    .featured-blog__content h3, .featured-blog__content__title {
      font-weight: 600;
      font-size: 20px;
      line-height: 1.3;
      letter-spacing: 0.02em;
      color: #73202F;
      margin-top: 10px;
      margin-bottom: 17px; }
      .featured-blog__content h3 a, .featured-blog__content__title a {
        text-decoration: none; }
        .featured-blog__content h3 a:hover, .featured-blog__content__title a:hover {
          text-decoration: underline; }
    .featured-blog__content p, .featured-blog__content__excerpt {
      font-family: "DM Sans", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
      line-height: 1.625;
      letter-spacing: 0.02em; }
  .featured-blog__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
    text-align: center;
    justify-content: center; }
    @media (min-width: 480px) {
      .featured-blog__footer {
        justify-content: space-between; } }
    .featured-blog__footer a {
      background-color: #73202F;
      color: #fff;
      margin-right: 0;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .featured-blog__footer a {
          margin-right: 50px; } }
  .featured-blog__read-time {
    display: flex;
    align-items: center;
    gap: 15px;
    line-height: 1; }
    .featured-blog__read-time span {
      color: #1c1c1c99;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 1rem;
      line-height: 1.325;
      margin: 0; }
    .featured-blog__read-time .star-icon {
      width: 16px;
      height: 16px;
      display: inline-block; }

/*# sourceMappingURL=blog.css.map */