.blog-details .post-img {
  justify-content: center;
  display: flex;
}
.blog_main {
  margin: 50px 0;
}

.blog-details {
  width: 60%;
  color: #fff;
}

.blog-details .tech-img {
  display: none;
}

.blog-details h1 {
  color: #333;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: 2px;
  color: #fff0;
  -webkit-text-stroke: 1px #f0ffad;
  transition: 0.4s;
}
.blog-details h3 {
  font-size: 1.8em;
  color: #fff;
  margin-top: 40px;
}
.blog-details h4 {
  padding: 0 20px;
}
.blog-details a {
  color: #f0ffad;
}
.blog-details p {
  color: #fff;
  letter-spacing: 1px;
  padding: 0 20px;
  font-size: 17px;
  text-align: justify;
  line-height: 30px;
}
.blog-details .post-content,
.blog-details blockquote {
  line-height: 1.6;
  font-size: 1.1em;
}
.blog-details li {
  color: #fff;
}
.blog-details blockquote {
  border-left: 4px solid #f0ffad;
  background-color: #2e2e2e;
  padding: 30px 35px 10px 25px;
  margin: 30px 0;
  font-style: italic;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.blog-details blockquote p {
  color: #fff !important;
  font-weight: 100;
}
.blog-details blockquote::before {
  content: "“";
  font-size: 3.5em;
  color: #f0ffad;
  position: absolute;
  top: -5px;
  left: 10px;
  opacity: 0.2;
  font-family: Georgia, serif;
}
.copy-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f0ffad;
  color: #000;
  border: none;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1;
  transition: 0.2s;
}
.copy-btn:focus {
  outline: 0;
}
.copy-btn:hover {
  opacity: 1;
}
.blockquote-wrapper {
  position: relative;
  border: none;
}
.blog-details ul {
  color: #fff;
  letter-spacing: 1px;
  padding: 0 20px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
    line-height: 30px;
}
.blog-details ol {
    letter-spacing: 1px;

  color: #fff;
  padding: 0 40px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 30px;
}
.blog-details ol li::before {
  content: "- ";
}
.blog-details ol strong {
  color: #fbfbfb;
}
.blog-details ul strong {
  color: #d8d8d8de;
}
.blog-details p {
  margin-bottom: 20px;
}
.blog-details .post-img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 40px 0;
}
.blog-details .post-img img {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
}
.blog-details .faq-item {
  background-color: #2c2c2c;
  margin: 20px 0;
  padding: 20px;
  border-radius: 8px;
}
.blog-details .faq-item h6 {
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 10px;
}
.blog-details .faq-item p {
  font-size: 1.1em;
  color: #fff;
}
.blog-details .section-head {
  margin-bottom: 50px;
  text-align: center;
}
.blog-details .section-head h2 {
  font-size: 2.5em;
  color: #fff;
  text-transform: uppercase;
}
.blog-details .youtube-video {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.myBlogs h3 {
  font-size: 20px;
}
@media (max-width: 991px) {

  .blog-details {
    width: 90%;
  }
  .blog-details img {
    margin-bottom: 40px;
  }
  .blog-details p {
    text-align: start;
 
  }
 
  .blog-details .post-content {
    font-size: 1em;
  }
  .blog-details .post-img img {
    max-width: 90%;
  }
  .blog-details .faq-item {
    padding: 15px;
  }
}
