.news__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news__title h2 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    color: #231f20; }
  .news__title .new__title-all-news {
    text-align: right; }
    .news__title .new__title-all-news a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 4px 10px;
      font-size: 1rem; background: #f7f7f7;}
      .news__title .new__title-all-news a::after {
        content: "";
        display: block;
        width: 11px;
        height: 23px;
        margin-left: .61rem;
        background-image: url("img/right-arrow.png");
        background-repeat: no-repeat;
        background-position: 0 0; }
      .news__title .new__title-all-news a:hover {box-shadow: 0 0 1px #025378;
        color: #5fa4dd;
        text-decoration: none; }
        .news__title .new__title-all-news a:hover::after, .info a:hover::after {
          background-image: url("img/right-arrow-hover.png"); }

.news__list {
  margin-bottom: 40px; }
  .news__list p {
    margin: 0;
    padding: 0; }
  .news__list .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
    .news__list .news__item img {
      -o-object-fit: cover;
         object-fit: cover;
		 max-height: 250px;
width: 100%;}
	.sto{ height:100%;}
    .news__list .news__item .news__item-date {
      margin-bottom: 3px;
    margin-top: 10px;
    font-size: 17px;
    color: #231f20;
    font-weight: 600;}
	.news__list a.align-items-center {height: 250px; display: flex;}

     
      .news__list .news__item a:hover {
        text-decoration: none;
        color: #5fa4dd; }
    .news__list .news__item .news__item-description {
	    min-height: 72px;
    margin-bottom: 2px;
    /*font-size: 17px;*/
	    font-weight: 600;
     /* color: #1680c1;*/
      text-transform: uppercase; }
/*.news__list .news__item .news__item-description:hover {
        color: #5fa4dd; }*/
    .news__list .news__item .news__item-lab {
    font-size: 14px;
    color: #918f90;
    line-height: 1.1;
}
	
	
    .news__list .news__item .news__item-about {
     /*font-size: 16px;*/
    color: #000000; margin-top: 7px;
	line-height: 1.3;}

@media (max-width: 991px) {
.news__title .new__title-all-news a::after {
    width: 1rem;
    height: 1rem;
    margin-left: .7rem;
    background-size: .5rem;
}
}