
*{
    padding:0;
    margin:0;
}

/* Styling for the header text and assistance paragraph */
#assistance_head{
    padding:8rem 10% 0 10%;
}

#assistance_text{
    padding:0 10%;
    text-align: justify;
}

/* Centering event images within their columns */
.col-lg-4{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

/* Styling event images */
.Event_images{
    width: 250px;
    height: 250px;
    border-radius: 30px;
}

/* Responsive design for smaller screens */
@media only screen and (max-width: 501px){
    .Event_images{
        width: 100%;
        height: 300px;
    }
}