.showevent-section{
    padding-top: 20px;
}

.showevent-section .backlink{
    display: block;
    margin-bottom: 10px;
    color: gray;
}
.showevent-section img{
    margin-bottom: 20px;    
}

.showevent-section h1, .showevent-details{
    text-align: justify;
}

.showevent-section .showevent-image{
    margin: auto;
    text-align: center;
}

.showevent-section .showevent-image img{
    width: 90%;
}

.showevent-section .showevent-details{
    font-family: initial;
    color: rgb(58, 55, 55);
    margin-bottom: 10px;
}

.showevent-section .showevent-details i{
    margin-bottom: 30px;
    margin-top: 10px;
}

.showevent-section .showevent-content{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: justify;
}

.showevent-images{    
    text-align: center;
}

.showevent-images h4{
    margin-top: 20px;
    margin-bottom: 20px;
}

.showevent-images img{
    max-width: 100%;
    max-height: 500px;    
}

@media only screen and (max-width: 992px){
    .showevent-section h1, .showevent-details{
        text-align: left;
        
    } 
}