

.creative-poster img{
  box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.09);
  border: 1px solid white;
border-radius: 8px;
}

#recentWorks .socials-mock .subheading {display: block !important; }


.stationaries .col-md {
  flex: 30%;

}

.stationaries .pf-images {
padding: 2.5em 0;
}
.stationaries .last-card {display: none}

@media only screen  and (max-width : 600px){
  .stationaries .pf-images {
    flex-direction: column;
  }
  .socials-mock .subheading p , .stationaries .subheading p { line-height: 1.4;}
  .stationaries .last-card {display: block}
  }