.projects-1 .services__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-left: calc(25px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
    padding-right: calc(25px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
    background: #f3f4f6;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: none;
    min-height: 400px;
}

.projects-1 .services .services--three {
    /*border-radius: 0px 70px;*/
}

.projects-1 .services__img {
    width: 100%;
    max-width: 210px;
}

.projects-1 .services__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*2*/

.projects-2{
  padding-top: 10px;
}

.projects-2 .container{
  max-width: 1300px;
}

.projects-2 .news_items{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.projects-2 .news_items .news_item{
  padding: 12px;
  background: #FCFBFB;
  max-width: 396px;
  margin-bottom: 40px;
}

.projects-2 .news_items .news_item .image{
  margin-bottom: 19px;
  display: block;
}

.projects-2 .news_items .news_item .image img{
  width: 100%;
}

.projects-2 .news_items .news_item .date{
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  color: #FFFFFF;
  padding: 1px 1px 1px 3px;
  background: #C31A3C;
  margin-bottom: 10px;
  max-width: 50px;
}

.projects-2 .news_items .news_item .title{
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 37px;
  text-decoration: none;
}

.projects-2 .news_items .news_item .desc{
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #7D7C7C;
  margin-bottom: 27px;
}

.projects-2 .news_items .news_item .read_more{
  font-style: normal;
  font-weight: bold;
  line-height: 11px;
  color: #000000;
  text-decoration: none;
}

.projects-2 .more_news{
  display: block;
  max-width: 105px;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
  padding: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  background: #C31A3C;
}

@media (max-width: 992px) {
  .projects-2 .news_items{
    justify-content: center;
  }
}

