.single-event{
    font-family: poppins;
}

.single-event-title{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.single-event-det{
    font-size: 1rem;
    color: #868686;
}

.single-event-det > i{
    margin-right: 0.5rem;
}

.single-event-content{
    margin-top: 1.5rem;
    text-align: justify;
    text-indent: 3rem;
}

.single-event-file{
    margin-top: 1.5rem;
}

.single-event-file > a{
    text-decoration: none;
    background-color: #FF001E;
    color: #FFF;
    padding: 8px 15px;
    border-radius: 5px;
}

.img-responsive {
    width: 100%; /* Ensures the image fits the column width */
    height: auto; /* Maintains the aspect ratio */
    max-width: 100%; /* Prevents image from exceeding the parent div's width */
    display: block; /* Removes any space below the image */
}