.blog2-hero-heading {
  margin: 3.5rem auto;
  margin-bottom: 3rem;
}
.blog2-hero-txt {
  padding: 2% 5%;
  padding-top: 1.7%;
}
.item-lft h2,
.right-item h2 {
  background: transparent;
  mix-blend-mode: exclusion;
  border-radius: 0px;
  text-align: left;
  color: #fafafa;
  padding: 0%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #fff1f1;
  margin-bottom: 1.3rem;
}

.item-lft h3,
.right-item h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 3.8rem;
  color: #ccb6b6;
  font-size: 27px;
}

.item-right img,
.left-item img {
  width: 200px;
  height: 200px;
}

.blog6-last-section {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.blog6-last-section h3 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #faf0f0;
  margin-bottom: 20px;
}
.blog6-last-paragraph {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  color: #fff0f0;
  word-spacing: 3px;
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  .item-lft h3,
  .right-item h3 {
    font-size: 25px;
    margin-left: 2rem;
  }

  .blog6-last-section {
    width: 97%;
    padding-bottom: 40px;
  }
  .blog6-last-section h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: left;
  }
  .blog6-last-paragraph {
    font-size: 20px;
    line-height: 35px;
    word-spacing: 2px;
    text-align: justify;
  }
}

@media only screen and (min-width: 600px) and (max-width: 800px) {
  .blog2-hero-heading {
    margin: 2rem auto;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: auto;
    gap: 0rem;
    text-align: center;
  }
  .blog2-hero-heading h1 {
    font-size: 31px;
  }
  .blog2-hero-txt {
    padding: 2% 5%;
  }
  .blog2-hero-txt p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .item-lft h2,
  .right-item h2 {
    background: transparent;
    mix-blend-mode: exclusion;
    border-radius: 0px;
    text-align: center;
    color: #fafafa;
    padding: 0%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #fff1f1;
    margin-bottom: 1rem;
  }

  .item-lft h3,
  .right-item h3 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-left: 0rem;
    color: #ccb6b6;
    font-size: 27px;
  }

  .blog6-last-section {
    width: 97%;
    padding-bottom: 30px;
  }
  .blog6-last-section h3 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: center;
  }
  .blog6-last-paragraph {
    font-size: 18px;
    line-height: 30px;
    word-spacing: 2px;
    text-align: justify;
  }
  .blog2-hr-line {
    margin: 2.5rem 0rem 2rem 0rem;
    opacity: 0.7;
  }
}

@media only screen and (max-width: 600px) {
  .blog2-hero-heading {
    margin: 2rem auto;
    display: grid;
    grid-template-columns: auto;
    gap: 0rem;
    text-align: center;
  }
  .blog2-hero-heading h1 {
    font-size: 28px;
  }
  .blog2-hero-txt {
    padding: 2% 5%;
  }
  .blog2-hero-txt p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
  .item-lft h2,
  .right-item h2 {
    background: transparent;
    mix-blend-mode: exclusion;
    border-radius: 0px;
    text-align: center;
    color: #fafafa;
    padding: 0%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #fff1f1;
    margin-bottom: 1rem;
  }

  .item-lft h3,
  .right-item h3 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-left: 0rem;
    color: #ccb6b6;
    font-size: 20px;
  }

  .blog6-last-section {
    width: 97%;
    padding-bottom: 30px;
  }
  .blog6-last-section h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
    text-align: center;
  }
  .blog6-last-paragraph {
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
    word-spacing: 0px;
    text-align: justify;
  }
  .blog2-hr-line {
    margin: 2.5rem 0rem 2rem 0rem;
    opacity: 0.7;
  }
}
