

.galleryImg{
 max-height: 350px;
 min-height:100px;
}


.text-center{
    margin:auto;
}



hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    padding:0px!important;
    border-top: 4px solid #f19025!important;
    width: 100%!important;
}
  
.guppyUG{
      text-align: center;

}

@media only screen and (max-width:320px){
    .galleryImg{
        height:290px;
    }
}

      
@media only screen and (min-width: 768px){


.galleryImg{
    height:330px;
}
}
  
@media only screen and (min-width:1024px){

    .col{
        width:100%;

    }
    .galleryImg {
        height:250px;
    }
    
}

@media only screen and (min-width:1440){
.galleryImg{
    height:250px;
}

}





