.categories {
  width: fit-content;
}
#articles .inner-articles .row.categories{
margin:0px!important
}
body .img img {
  width: 100%;
}
.row.articles.bu-uk {
    width: 100%;
}
.row.articles.news {
    width: 100%;
}
.article {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(192, 189, 189, 0.25);
  border-radius: 10px;
	height:450px;
}


.text {
  margin-top: 19px;
}

.info-new.row * {
  padding: 0;
  width: fit-content;
}

.col-sm-6.readmore a {
  float: right;
  font-family: "SFProDisplay";
  font-style: normal;
  font-weight: 9;
  font-size: 12px;
  line-height: 14px;
  color: black;
}

.info-new.row {
  margin-top: 22px;
}

section#articles {
  padding: 5%;
}

.articles .col-xl-4 {
  padding: 15px;
}

.descr {
  padding: 20px 20px 30px 20px;
}

body #articles a.toggler {
  padding: 23px 10px;
  border: 1px solid rgba(222, 105, 68, 0.37);
  width: 227px;
  height: 72px;
  display: inline-block;
  text-align: center;
  background: white;
  border-radius: 4px;
  text-transform: uppercase;
  color: #ff6c22;
  cursor: pointer;
}

html body #articles .active_categ {
  background: rgba(222, 105, 68, 0.15);
  border: 1px solid transparent;
}

.row.articles {
  margin-top: 45px;
}

#articles .inner-articles .headline {
  padding: 0 15px;
  margin-bottom: 65px;
}

#articles .inner-articles .articles .headline {
  padding: 0;
  margin-bottom: 0;
}

#articles .inner-articles .headline h3 {
  font-family: "SFProDisplay";
  font-size: 17px;
  font-style: normal;
  font-weight: 4;
  line-height: 22px;
  letter-spacing: 0em;
  color: #0e243a;
  text-align: left;
}

#articles .text {
  font-family: "SFProDisplay";
  font-size: 15px;
  font-style: normal;
  font-weight: 8;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #718096;
height: 77px;
    overflow: hidden;
}

#articles .date {
  font-family: "SFProDisplay";
  font-size: 12px;
  font-style: normal;
  font-weight: 9;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #718096;
}

body .pagination {
  display: block;
  height: 40px;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}

.pagination .page-numbers {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination .current {
  background-color: #FF6C22;
  color: white;
  border-radius: 5px;
}

.pagination .page-numbers:hover:not(.current) {
  background-color: #ddd;
  border-radius: 5px;
}

.article .img img {
    height: 200px;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 514px) {
  body .pagination .page-numbers {
    color: black;
    float: left;
    padding: 4px 8px;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
	#project .targets .list li{
		font-style: normal!important;
font-weight: 400!important;
font-size: 14px!important;
line-height: 23px!important;
/* or 164% */


color: #666666!important;
}
  html body #articles a.toggler {
    width: 100%;
    margin-top: 20px;
  }

  body .categories {
    width: 100%;
  }
}