@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans Narrow'), local('PTSans-Narrow'), url(https://fonts.gstatic.com/s/ptsansnarrow/v11/BngRUXNadjH0qYEzV7ab-oWlsYCB.ttf) format('truetype');
}
*,
::before,
::after {
  box-sizing: border-box;
}
body {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
}
a {
  color: lightgray;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
  width: auto;
  max-width: 100%;
}
.container{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}
.gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding: 24px 0;
}
.gallery__item {
  -webkit-box-flex: 0;
          flex: 0 1 calc(1290px / 3);
  padding: 0 10px;
  margin-bottom: 20px;
  box-shadow:10px 10px 5px silver;
  -webkit-box-shadow:10px 10px 5px silver;
}
.gallery__item > figure {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))) no-repeat 0 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)) no-repeat 0 0;
  background-size: 35%;
  padding: 14px 0 14px 20px;
  margin-top: 50px;
}
.gallery__item > figure:hover .gallery__image::after {
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
  opacity: 1;
}
.gallery__item > figure:hover .gallery__btns {
  opacity: 1;
}
.gallery__image {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding: 10px;
  margin-top: -50px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery__image::after {
  content: '';
  background: rgba(21, 21, 21, 0.4);
  position: absolute;
  top: 16px;
  right: 18px;
  bottom: 18px;
  left: 18px;
  opacity: 0;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.gallery__image img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.gallery__image .gallery__btns {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gallery__image .gallery__btns > a {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  padding: 12px 40px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.14rem;
  border: 1px solid white;
}
.gallery__image .gallery__btns > a::after {
  content: '';
  position: absolute;
  left: -200%;
  top: -50%;
  width: 150%;
  height: 200%;
  z-index: -1;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  background: white;
  -webkit-transition: 0.7s all;
  transition: 0.7s all;
}
.gallery__image .gallery__btns > a:hover::after {
  left: -30%;
}
.gallery__image .gallery__btns > a:hover {
  color: #333;
}
.gallery__image .gallery__btns > a:last-child {
  margin-bottom: 0;
}
.gallery__description {
  text-align: justify;
  padding: 8px 14px 9px;
  margin-left: 36%;
  font-size: 14px;
  position: relative;
  top: 13px;
  max-width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.gallery__description h4 {
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
.gallery__description span {
  color: #ea4c89;
}
.gallery__item
{
  margin:10px 90px 40px 30px;
}
@media only screen and (max-width: 600px){

.gallery__description {
  text-align: justify;
  padding: 8px 14px 9px;
 
  font-size: 1px;


}
.gallery__image img {
  width:300%;
  height: 10px;
}
}

  @media(min-width: 441px) and (max-width: 768px){

    .gallery__description {
  text-align: justify;
  padding: 8px 14px 9px;
 
  font-size: 1px;
 
  }
  .gallery__description h4 {
    font-size: 1px;
}
.gallery__image img {
  width:300%;
  height: 10px;
}
}