.news__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news__title h2 {
    margin: 0;
    padding: 0;
    font-size: 26px; font-weight: bold;
    color: #231f20; }
  .news__title .new__title-all-news {
    text-align: right; }
    .news__title .new__title-all-news a {
    padding: 7px 20px;
    border: 1px solid #31316f;}
.news__title .new__title-all-news i{margin-left: 15px;}
      .news__title .new__title-all-news a:hover {
        color: #fff;
        text-decoration: none; 
background: #FFA200; border-color:  #FFA200;}
       

.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;
		 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: #EF402F; }
    .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;
}
}