
.commentAction{
    margin-left: 8%;
    display: block;
    font-size: 15px;
  }
  .commentAction a {
    color: #3b5998;
    text-decoration: none;
  }
  .commentAction .circle {
    font-size: 7px;
    position: relative;
    top: -2px;
    padding: 0 5px;
  }
  .commentAction .likeImage {
    position: relative;
    top: 8px;
    width: 25px;
    height: 25px;
    display: inline !important;
    margin: 0 !important; 
  }
  .commentAction .likeCount {
    color: #ccc;
  }
  .commentAction .time {
    color: #ccc;
  }
  .div-block-12 {
    padding: 15px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #994f00;
    border-radius: 9px;
    background-color: #ffe7c0;
    font-size: 20px;
  }

  #name_user,
#comment_user {
  margin-left: 20px;
  font-size: auto;
  margin: 5px auto;
  width: 50%;
  height: 40% !important;
  border-color: white;
}

.addcomment {
  margin-bottom: 20px;
}

#comment-button {
  width: 20%;
  padding: auto;
  border-radius: 10px;
  color: white;
  background-color: #0298fe;
  margin-top: 10px;
  height: 45%;
}
    .text-block-7 {
      margin-bottom: 10px;
      font-size: 19px;
      font-weight: bold !important;
    }
    .paragraph {
      position: relative;
      display: inline;
      overflow: visible;
      font-size: 15px;
      text-align: justify;
    }    

    .image-4 {
      position: relative;
      display: inline-block;
      margin-right: 20px;
      float: left;
      border-radius: 20px;
    }
    .div-block-2-2{
      margin-bottom: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #6babff;
      border-radius: 8px;
      margin-left: 5%;
  }
  .paragraph-3 {
    font-size: 16px !important;
    line-height: 120% !important;
  }
  .image-3 {
    width: 60px !important;
    height: 60px !important;
    margin-right: 20px !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 11px;
    object-fit: cover;
  float: left;
  }
    .image-9 {
      width: 50px !important;
      margin-right: 10px !important;
      padding-top: 25px;
      padding-right: 0px;
      float: left;
      clear: none;
    }
    
    .div-block-2 {
      margin-bottom: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #6babff;
      border-radius: 8px;
    }
    .div_button
    
  {text-align: center;
    margin: 30px auto 0;}

    .button_buy{
      display: inline-block;
    width: auto;
    padding: 15px 30px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
      margin: auto;
      font-size: 30px;
      font-weight: 700;
      line-height: 30px;
      border: none;
      outline: 0;
      border-radius: 5px;
      cursor: pointer;
      animation: 1s pulse4 infinite alternate ease-in-out;
    }
    .button_buy:hover {
      opacity: 0.8;
  }
@keyframes pulse4{  
  0% {
    transform: scale(1);
}
100% {
    transform: scale(.95);
}
}

    .w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}
.w-clearfix:after {
  clear: both;
  border-bottom: none;
}
.audio{
  max-width: 100%; 
  width: 50%;
}
.comment_form{
  background-color: white;
}
.container-3-before {
  padding-right: 10px;
  border-right: 1px none #000;
  border-left: 1px none #000;
}
.heading-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}
@media screen and (max-width:991px) {

  #name_user, #comment_user{
    font-size: 10px;  
        width: 100% !important;
        }
        .container-3-before {
          margin: 5% !important;
        }
      }

@media screen and (max-width:767px) {
  .audio{
    width: 100% !important;
    }.commentAction{
      margin-left: 4% !important;
    }
  }


  @media screen and (max-width:560px) {
    .c-post-img-sleaze{
      width: 30%;
    }}

        @media screen and (max-width:479px) {
          .div-block-12 {
            font-size: 16px;
          }
          .text-block {
            font-size: 16px;
          }
        .audio{
        width: 100% !important;
        }
        .commentAction{
          margin-left: 5% !important;
        }
        .c-post-img-sleaze{
          width: 50%;
        }
      }