.img-responsive {
  display: block;
  width: 100%;
  height: auto;}
.text-green {
background-color: rgba(38, 194, 129, 0.37);
padding: 15px;
display: block}
.img-circle {
  border-radius: 50%;}

.sp-image-text {
  background: none!important;
  margin: 10px 0 10px;
  min-height: 250px;
}
.post_image{
  margin: 30px 0;
}
.white_field p{
  margin-bottom: 10px;
}

/*плашка уведомления*/
.notice-info-container{
  margin-bottom: 2rem;
  background-color: inherit;
}
.notice-info{
  border: 4px solid #00AF80;
  border-radius: 5px;
  position: relative;
}
.notice-info__sign{
  display: inline-block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 0;
  top:50%;
  z-index: 2;
  font-size: 5rem;
  color: #00AF80;
  background-color: #FFFFFF;
}
.notice-info__text{
  margin: 0px 1.5rem;
}
/*плашка уведомления закончилась*/