.our-prints-container{
  width: 100%;
  height: 90%;
  background-color: rgb(254, 254, 254);
  margin-bottom: 100px;
}
.our-prints-heading{
  width: 85%;
  margin-left: 7%;
  margin-right: 7%;
  height: 330px;
  margin-top: 10%;
  background-image: url('/images/categories-background-photo.jpg');
  background-size: cover;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.1);
  margin-bottom: 70px;
}
.our-prints-heading-img{
  width: 30%;
  height: 100%;
  margin-left: 15%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.our-prints-heading-img img{
  width: 100%;
  height:90%;
}
.our-prints-heading-text{
  width: 45%;
  height: 100%;
  display: inline-block;
  margin-left: 5%;
}
.our-prints-heading-text div{
  padding-top: 60px;
}
.our-prints-heading-text div p{
  color: #575656;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: 0.06em;
}

.our-prints-text-title{
  text-align: center;
  width: 45%;
  margin-left: 25%;
  margin-right: 25%;
  padding-bottom: 50px;
}
.our-prints-text-title h5{
  font-size:33px; 
  padding-bottom: 5px;
  color: rgb(31, 5, 73);
}
.our-prints-text-title p{
  font-size:18px; 
}
.our-prints-heading-text h6{
  font-size:20px;
  color: rgb(230, 14, 14); 
  font-weight:bold; 
  letter-spacing:0.02em;
}

/* Our prints */
.our-prints-box{
  margin-left: 7%;
  margin-right: 7%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 70px;
 }
 .our-prints-container-2{
   width: 100%;
   height: 100%;
   border-radius: 5px;
   line-height: 50px;
   padding-bottom: 7px;
   border-color: lightgray;
   border-width: 1px;
   border-style: solid;
   transition: box-shadow 0.5s, transform 0.5s;
   overflow: hidden;
 }
 .our-prints-container-2:hover{
   box-shadow: 5px 5px 7px lightgray;
 }
 .our-prints-container-2:hover img{
  transform: scale(1.1);
}
 .our-prints-container-2 img{
   width: 100%;
   height: 200px;
   object-fit: cover;
   border-top-right-radius: 5px;
   border-top-left-radius:5px;
   transition: transform 0.5s;
 }
 .our-prints-description{
   padding-left: 27px;
   padding-right: 27px;
   line-height: 21px;
   font-size: 16px;
   text-align: justify;
 }
 .our-prints-description p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
          line-clamp: 4; 
  -webkit-box-orient: vertical;
}
 .our-prints-title{
   font-weight: 700;
   font-size: 19px;
   padding-bottom: 10px;
   font-size: 18px;
   color: rgb(31, 5, 73);
 }
 .our-prints-learn-more{
  cursor: pointer;
  background-color:  rgb(241, 14, 14);
  padding: 3px 2px;
  color: white;
  font-size: 13px;
  border-left: 1px;
  border-top-left-radius:7px;
  border-bottom-left-radius: 7px;
  text-align: center;
  width: 34%;
  margin-left: 245px;
  margin-top: 17px;
}


@media only screen and (max-width: 600px){
  .our-prints-container{
    margin-top: 130px;
  }
  .our-prints-heading{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 35% 0;
    margin-left: 0;
  }
  .our-prints-heading-img{
    display: none;
  }
  .our-prints-heading-text{
    width: 80%;
    padding-bottom: 7%;
    margin-left: 10%;
  }
  .our-prints-heading-text div p{
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.04em;
  }
  .our-prints-heading-text h1{
    font-size: 33px;
    margin-left: 30%;
    line-height: 35px;
    text-align: right;
  }
  .our-prints-heading-text h6{
    font-size:17px;
    font-weight:500; 
    letter-spacing:0.01em;
    text-align: right;
    padding-top: 10px;
  }
  .our-prints-text-title{
    width: 80%;
    padding-bottom: 50px;
    margin-left: 10%;
  }
  .our-prints-text-title h5{
    font-size:27px; 
  }
  .our-prints-text-title p{
    font-size:16px; 
  }
  .our-prints-description p{
    font-size: 15px;
}
.our-prints-learn-more{
  font-size: 11px;
  width: 40%;
  margin-left: 192px;
}
}

@media only screen and (min-width: 768px) and (max-width: 979px){
  .our-prints-container{
    margin-top: 50px;
  }
  .our-prints-heading-img{
    width: 33%;
    height: 87%;
    margin-left: 8%;
  }
  .our-prints-heading-text h1{
    font-size: 33px;
  }
  .our-prints-heading-text h6{
    font-size:15px;
  }
  .our-prints-heading-text div p{
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    letter-spacing: 0.03em;
  }
  .our-prints-text-title{
    width: 70%;
    margin-left: 15%;
  }
  .our-prints-learn-more{
    padding: 3px 2px;
    font-size: 13px;
    text-align: center;
    width: 35%;
    margin-left: 200px;
    margin-top: 17px;
  }
}