.header .section_overlay.photos__section_overlay {
  min-height: 0px;
  padding-bottom: 0;
}

.photos {
  padding-top: 100px;
}

.photos .colors-title {
  text-align: center;
  position: relative;
  color: #333;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 50px;
}

.photos .colors-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  width: 60px;
  height: 1px;
  background-color: #f39c12;
  left: 50%;
  margin-left: -30px;
}

.photos-list {
  display: flex;
  flex-wrap: wrap;

}

.photo-item {
  width: calc(100% / 4);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  z-index: 10;
}
.photo-item:hover {
  text-decoration: none;
}
.photo-item:hover span{
  font-weight: 700;
}

.photo-item a img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: 3px;
}

.photo-item img {
  border: 2px solid #f39c12;

}

.photo-item__title {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 0;
  display: block;

}

@media only screen and (max-width: 1199px) {
  .photos {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .photos {
    padding-top: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .photo-item {
    width: calc(100% / 3);
  }
  .photos {
    padding-top: 90px;
  }
}

@media only screen and (max-width: 550px) {
  .photo-item {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 400px) {
  .photo-item {
    width: 100%;
  }
}
