.slide-box-navigation a {
  font-size: 2.8rem;
}
.slide-box-button {
  font-size: 2.8rem;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid-item {
  flex: 0 0 auto;
  width: 50%;
}
.grid-item:nth-child(even) {
  padding-left: 15px;
}
.grid-item:nth-child(odd) {
  padding-right: 15px;
}
.grid-item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
.grid-item__image-placeholder {
  margin-bottom: 5px;
  padding-top: 100%;
  background-color: #d2d8dc;
}
.owl-carousel--home {
  height: 400px;
}
.owl-carousel--project {
  height: 480px;
}
.owl-dots {
  bottom: 0;
}
.owl-dots .owl-dot {
  width: auto;
  height: auto;
  margin-right: 5px;
  border-radius: 0;
  background: none;
  text-indent: 0;
}
.owl-dots .owl-dot.active {
  background: none;
  text-decoration: underline;
}
.galery {
  display: flex;
  flex-wrap: wrap;
}
.galery-item {
  flex: 0 0 auto;
  width: 50%;
}
.galery-item:nth-child(odd) {
  padding-right: 7.5px;
}
.galery-item:nth-child(even) {
  padding-left: 7.5px;
}
.project-award {
  left: 0;
  width: 60px;
}
