.gallery-section {
  margin-top: 68px;
}
.recent-btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding: 12.5px 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #000;
  cursor: pointer;
}
.recent-btn span {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease-in-out;
}
.recent-btn:hover span {
  transform: translateY(5px);
}
.gallery-section .images-wrapper {
  margin-top: 21px;
}
.gallery-section .image {
  position: relative;
  cursor: pointer;
}
.gallery-section .image2 {
  position: relative;
}
.gallery-image-content {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 25px 16px;
  width: 100%;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.gallery-image-content .heading2 {
  font-size: 24px;
  line-height: 32px;
}
.gallery-image-content .para16 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
  color: #fff;
}
.eye-icon {
  width: 48px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eye-icon img{
    width: 16px;
    height: 16px;
}
.gallery-image-content .content{
    max-width: 228px;
}
.newsletter-section{
    margin-top: 80px;
}