.events__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .events__title h2 {
    margin: 0;
    padding: 0;
    font-size: 26px; font-weight: bold;
    color: #231f20; }
  .events__title .new__title-all-events {
    text-align: right; }
    .events__title .new__title-all-events a {
    padding: 7px 20px;
    border: 1px solid #31316f;}
.events__title .new__title-all-events i{margin-left: 15px;}
      .events__title .new__title-all-events a:hover {
        color: #fff;
        text-decoration: none; 
background: #ff1539; border-color:  #ff1539;}
       

.events__list {
  margin-bottom: 40px; }
  .events__list p {
    margin: 0;
    padding: 0; }
  .events__list .events__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; }
    .events__list .events__item img {
      -o-object-fit: cover;
         object-fit: cover;
		 height: 360px;
width: 100%;}
	.sto{ height:100%;}
    .events__list .events__item .event__date {
      margin-bottom: 3px;
    margin-top: 10px;
    font-size: 17px;
    color: #231f20;
    font-weight: 600;}


     
      .events__list .events__item a:hover {
        text-decoration: none;
        color: #EF402F; }
    .events__list .events__item .events__item-description {
	    min-height: 72px;
    margin-bottom: 2px;
    /*font-size: 17px;*/
	    font-weight: 600;
     /* color: #1680c1;*/
      text-transform: uppercase; }
/*.events__list .events__item .events__item-description:hover {
        color: #5fa4dd; }*/
    .events__list .events__item .events__item-lab {
    font-size: 14px;
    color: #918f90;
    line-height: 1.1;
}
	
	
    .events__list .events__item .events__item-about {
     /*font-size: 16px;*/
    color: #000000; margin-top: 7px;
	line-height: 1.3;}

@media (max-width: 991px) {
.events__title .new__title-all-events a::after {
    width: 1rem;
    height: 1rem;
    margin-left: .7rem;
    background-size: .5rem;
}
}