
@media (max-width: 768px) {
    /* CONTACT */
    .contact {
        background-size: cover;
        background-position: center;
        min-width: 100%;
        max-width: 150px;
        height: auto;
        object-fit: cover;
        /* width: 100px; */
        border-radius: 0 0 50px 50px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top:5vh;
    }
    .contact p{
        font-size: 20px;
    }
/*

    .contact.mobile-contact p{
        font-size: 18px;
    }
*/

    .contact h1 {
        font-size: 3.5rem;
        color: white;
    }

/*
    .contact img{
        width: auto;
    }
*/

    /* EVENT */
/*
    .event.section2.event-mobile img {
        height: 50%;
    }
*/

    .event.section2.event-mobile p{
        font-size: 1.5rem;
        /* width: 150px; */
        font-size: 12px;
        overflow: hidden;
        max-height: 5rem;
        padding-right: 0;
        padding-top: 10px;
        /* margin-bottom: 35px; */
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 5;
    }

    .event.section1.event-mobile a {
        padding-left: 20px;
        padding-right: 20px;
        font-family: 'Poppins';
        font-weight: 400;
        border-radius: 20px;
    }

    .event.section2.event-mobile{
        width: 100%;
    }


}
