h2 {
    color: #00c160;
    text-align: center;
}

h2 a {
    color: #00c160;
    text-decoration: none;
}

h3 {
    color: #828282;
    text-align: center;
}

h4 {
    color: #828282;
    text-align: center;
}

.thread-card{
    position: relative;
    margin: 28px auto;
    /* width: 450px; */
    padding: 20px;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, 0.2);
    background: #e8fff3;
}
.thread-card .thread-title{
    width: 90%;
    padding: 0px;
    color: #00ac56;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #00b057;
    margin-bottom: 10px;
}

.content .social{
    font-size: 18px;
    margin: 5px 15px;
}

.thread-hash{
    background: #ececec;
    padding: 2px 5px;
    border-radius: 5px;
    color: #378000;
}
.circle{
    border-radius: 3px;
    width: 90px;
    height: 90px;
    background: black;
    position: absolute;
    right: 0px;
    top: 0;
    background-image: linear-gradient(to top, #00c160 0%, #009e4f 100%);
    border-bottom-left-radius: 170px;
}

@media screen and (max-width:768px ) {
    .circle{
        width: 0px;
    }
    .thread-card .thread-title{
        font-size:22px;
    }
    .content .social{
        font-size: 16px;
    }
  }
  @media (min-width:769px ) and (max-width:1024px ) {
    .circle{
        width: 80px;
        height: 80px;
    }
    .thread-card .thread-title{
        font-size:22px;
    }
    .content .social{
        font-size: 16px;
    }
  }

  @media (min-width: 1200px){
 .th-container{
    max-width: 1060px;
    }
}