.rectangle {
  border-radius: 5px;
  background-color: rgb(249, 249, 249);
  width: 334px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-bottom: 18px !important;
}
.rectangle .heading {
  font-size: 20px !important;
  font-family: "Poppins" !important;
  color: rgb(25, 27, 34) !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

.tag-rectangle {
  padding: 16px 10px;
  border-radius: 5px;
  background-color: rgb(249, 249, 249);
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tag-rectangle p {
  margin: 0;
  font-size: 15px;
  font-family: "Poppins";
  color: rgb(255, 118, 58);
  text-align: left;
}

.share-box {
  margin-top: 20px;
  width: 100%;
  display: flex;
  height: 60px;
  padding: 0 15px;
  border-radius: 5px;
  align-items: center;
  background-color: rgb(249, 249, 249);
  justify-content: space-between;
}
.share-box .details {
  font-size: 20px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  font-weight: 400;
  line-height: 35px;
  margin-right: 20px;
}

.published-date .publish-detail {
  font-size: 16px;
  font-family: "Poppins";
  color: rgb(25, 27, 34);
  text-align: left;
}
.published-date .post-date {
  color: rgb(255, 118, 58);
}

.shades {
  display: none !important;
}

.content h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 24px !important;
}
.content h3 {
  font-family: "Poppins", sans-serif !important;
  font-size: 22px !important;
}
.content p, .content span {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}
.content li p {
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
}
.content a {
  color: #fe7538 !important;
}
.content a span {
  color: #fe7538 !important;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .content h2 {
    font-size: 22px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content h3 {
    font-size: 20px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content p, .content span {
    font-size: 14px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content li p {
    font-size: 12px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content a {
    color: #fe7538 !important;
  }
  .content a span {
    color: #fe7538 !important;
  }
  .content img {
    width: 100% !important;
    height: auto !important;
  }
  .blog-section {
    margin-top: 60px;
  }
  .blog-section .blog-post .blog-heading {
    font-size: 26px !important;
    margin-bottom: 18px;
  }
  .rectangle {
    border-radius: unset !important;
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
    display: flex;
    align-items: center;
    margin-bottom: 18px !important;
  }
  .rectangle .heading {
    font-size: 14px !important;
  }
  .tag-rectangle {
    padding: 16px 6px;
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .tag-rectangle p {
    margin: 0;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 118, 58);
    text-align: left;
  }
  .share-box .details {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    font-weight: 400;
    line-height: 35px;
    margin-right: 20px;
  }
  .published-date .publish-detail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    text-align: left;
  }
  .published-date .post-date {
    font-size: 14px !important;
    color: rgb(255, 118, 58);
  }
}
@media only screen and (max-width: 767px) {
  .share-box {
    justify-content: center;
  }
  .share-box .details {
    font-size: 16px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    font-weight: 400;
    line-height: 35px;
    margin-right: 20px;
  }
  .rectangle {
    border-radius: unset !important;
    background-color: transparent !important;
    width: unset !important;
    height: unset !important;
    display: flex;
    align-items: center;
    margin-bottom: 18px !important;
  }
  .rectangle .heading {
    font-size: 14px !important;
  }
  .published-date .publish-detail {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(25, 27, 34);
    text-align: left;
  }
  .published-date .post-date {
    font-size: 14px !important;
    color: rgb(255, 118, 58);
  }
  .tag-rectangle {
    padding: 16px 6px;
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
  }
  .tag-rectangle p {
    margin: 0;
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(255, 118, 58);
    text-align: left;
  }
  .content h2 {
    font-size: 15px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content h3 {
    font-size: 13px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content p, .content span {
    font-size: 12px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content li p {
    font-size: 10px !important;
    font-family: "Poppins", sans-serif !important;
  }
  .content a {
    color: #fe7538 !important;
  }
  .content a span {
    color: #fe7538 !important;
  }
  .content img {
    width: 100% !important;
    height: auto !important;
  }
}/*# sourceMappingURL=blog-details.css.map */