.gallery_4_outer { border: 0;	text-align: center; }
.gallery_4 { list-style:none; margin:0; padding:0;	border: 0; text-align:left;}
.gallery_4 li { display:inline-block; position:relative; width: 32%; margin: 0.25%; vertical-align:top !important; border:1px solid #ccc;padding:20px; }
.gallery_4 .photo img { width: 100%; height: auto; border:1px solid #ccc;}

.gallery_4 .text {	position:relative;	bottom:0em;z-index:100;	width: 100%;font-size: 1em;text-align: center;}
.gallery_4 .text a {color: #777;}
.gallery_4 .text .title {padding:10px 0;	font-size: 16px;font-weight: 600;overflow:hidden; white-space: nowrap; text-align:left;}
.gallery_4 .text .title2 {padding-bottom:10px ;	font-size: 14px;font-weight: 400;overflow:hidden; text-align:left;line-height: 1.8;}
.gallery_4 .text .desc {	margin-bottom: 0.25em;padding: 0 0.4em;font-size: 1em;height: 1em;overflow:hidden;}

/* tablet */
@media screen and (min-width:768px) and (max-width:992px) {
.gallery_4 li {width: 46%;margin: 0.5%;}
}

/* mobile */
@media screen and (max-width:767px) {
    .gallery_4 li {width: 48.5%;margin: 1% 0.5%; height:auto;padding: 4px;}
    
    .gallery_4 .text .title {font-size: 14px;}
    .gallery_4 .text .title2 {font-size: 13px;}
}

.addMoreBtn1 {border:0px; border-radius: 5%;margin-top:20px;padding:10px 20px;background-color:#92a3f3;font-size:2rem;color:#fff;}
