.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #fff;
  float: left;
  font-family: Lato, Arial, sans-serif;
  font-size: 16px;
  margin: 0 5% 0 0 ;
  max-width: 290px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.snip1527 figcaption {
  padding: 25px 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: -moz-linear-gradient(
    90deg,
    #700877 0,
    #ff2759 100%,
    #ff2759 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    #700877 0,
    #ff2759 100%,
    #ff2759 100%
  );
  background: linear-gradient(90deg, #700877 0, #ff2759 100%, #ff2759 100%);
  opacity: 0.8;
  z-index: -1;
}
.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}
.snip1527 .date span {
  display: block;
  line-height: 14px;
}
.snip1527 .date .month {
  font-size: 11px;
}
.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
  color: white;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
  font-size: 1.1em;
  padding-bottom: 5px;
}
.snip1527 p {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0;
}
.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.snip1527.hover img,
.snip1527:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.snip1527 img {
  border-radius: 5px;
  width:280px; 
  height:390px;
}
.renk_baslik_cizgi{
    position: relative;
    display: inline-block;
    padding-bottom: 8px; /* çizgi ile metin arası */
}

.renk_baslik_cizgi::after{
    content: "";
    position: absolute;
    left:0;
    right: -30px;  /* metinden sağa taşsın */
    bottom: 0;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(90deg,
        rgba(255,178,107,0.8),
        rgba(255,143,163,0.8),
        rgba(199,125,255,0.8),
        rgba(157,47,124,0.8)
    );
}

@media (max-width:780px){
    .snip1527 {
        max-width: 200px;
        min-width: 170px;
        margin-bottom:30px;
    }
    .snip1527 h3, .snip1527 p {
      font-size: 0.9em;
    }
    .snip1527 img{
      width: 200px;
      height: 290px;
    }
    .newsgallery{
      display: none;
    }
  }