.tj-blog-section .project_catagory ul {
  background-color: var(--tj-color-common-white);
  padding: 0 20px 25px 20px;
  margin: 0;
  list-style: none;
  border-radius: 8px;
}
.tj-blog-section .project_catagory ul li:first-child {
  padding-top: 19px;
}
.tj-blog-section .project_catagory ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px dashed var(--tj-color-border-1);
  font-weight: 400;
}
.tj-blog-section .project_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tj-blog-section .project_catagory ul li span {
  color: var(--tj-color-body-text);
}
.tj-blog-section .project_catagory ul li span.first-child {
  min-width: 100px;
  position: relative;
  z-index: 1;
}
.tj-blog-section .project_catagory ul li span.first-child::before {
  position: absolute;
  content: ":";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  inset-inline-end: 0;
}
#sticky-buttons-chats {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 1000;
}
@media (min-width: 768px) {
    #sticky-buttons-chats {
        display: block;
    }
}
#sticky-buttons-chats a {
    display: block;
    margin-bottom: 60px;
}
#sticky-buttons-chats a img {
    width: 50px;
    height: 50px;
}
.footer-contact-info {
  max-width: 500px !important;
  width: 100%;
}