.comment_txt_area{
      background-color: #fff;
      padding: 20px;
      margin-top: -12px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
}
.comment_section{
      padding-bottom: 100px;
      margin-top: 77px;
  }
  
.comment_txt_area p{
      font-weight: lighter;
      padding-bottom: 5px;
}
.comment_container{
      width: 100%;
      height: auto;

     
}
.comment_name{
      color: #30b4a2;
      font-weight: lighter;
}
.comment_read_more{
      color: #f5648e;
      font-weight: bold !important;
      text-align: end;
      padding-bottom: 0 !important;
}
.comment_area{
      display: grid;
      grid-template-columns: 1fr 1fr;
 
      gap: 30px;
      width: 90%;
      margin: 0 auto;
}
.comment_container img{
      width: 100%;
}

.comment_section{
      padding-bottom: 8%;
}
.return_btn_container{
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
}

.return_btn{
      width: 40%;
      background-color: #30b4a2;
      border: none;
      border-radius: 100px;
      padding: 2% 2%;
      color: #fff;
      font-size: 19px;
      font-weight: bold;
      margin-top: 8%;
}
.sf_y_icon_comment {
      top: 32%;
      left: 7%;
      transform: rotate(180deg);
  }
.comment_container img{
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
}

/* comment modal */
.comment_modal{
      width: min-content;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      background-color: #fff;
      z-index: 999;
      border-radius: 12px;
}
.comment_modal_txt_area{
      background-color: #fff;
      padding: 20px;
      margin-top: -12px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px;
}
.comment_name_modal{
      color: #30b4a2;
      font-weight: lighter;
}
.comment_read_more_modal{
      color: #f5648e;
      font-weight: bold !important;
      text-align: end;
      padding-bottom: 0 !important;
}

.comment_modal_txt{
      font-size: 15px;
      padding-bottom: 10px;
      font-weight: lighter;
}
.comment_modal img{
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
}
.return_btn_modal_container{
      display: flex;
      flex-direction: column;
      align-items: end;
      justify-content: end;
}
.return_btn_modal{
      background-color: transparent;
      border: none;
      border-radius: 90px;
      padding: 8px 30px;
      color: #fff;
      background-color: #30b4a2;
      font-size: 12px;
}
.comment_txt_box {
      overflow: hidden;
}