.bottom-gallery{
  max-width:1100px;
  margin:0 auto 50px;
}
.bottom-gallery .inner-content {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-gap: 25px;
}

.bottom-gallery .inner-content .item .img-area{
  max-height: 400px;
  height: 100%;
}
.bottom-gallery .inner-content .item .img-area img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.bottom-gallery .inner-content .item .img-description{
  padding: 10px 0 0;
}
.bottom-gallery .inner-content .item .img-description p {
  padding: 0 0 10px 0;
  color: #4d4d4d;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Tahoma';
}
