<style>
    .m-custom {
        margin: 40px 0 60px 0;
    }

    .content-event {
        display: flex;
        justify-content: space-between;
    }

    .filter-by,
    .date-part {
        display: flex;
    }

    .content-event p {
        margin: auto 0;
        color: #643D0E;
    }

    .date-part {
        display: flex;
        justify-content: end;
    }

    input.field-form,
    option.field-form,
    select.field-form {
        width: 50% !important;
    }

    .card-ev {
        border: 1px solid #D9D9D9;
        margin-bottom: 30px;
        height: 540px;
        transition: 0.3s ease-out;
    }

    .card-ev .card-img {
        border-radius: unset;
        height: 250px;
        object-fit: cover;
        width: 100%;
    }

    .custom-height {
        height: 150px;
    }

    .event-cardd {
        margin-bottom: 80px;
    }

    .event-cardd h4 {
        color: #643D0E;
        font-weight: 600;
        text-align: center;
    }

    .card-body svg {
        margin: auto 5px auto 0;
        width: 20px;
        height: 20px;
    }

    .card-ev:hover {
        transform: translateY(-20px);
        box-shadow: 8px 8px 15px 0px rgba(0.5, 0.5, 0.5, 0.18);
    }

    .mb-custom {
        margin-bottom: 80px;
    }

    .custom-icon {
        width: 20px;
        height: 20px;
        margin: auto 10px auto 0;
    }

    .card-date,
    .card-text {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .title-sort {
        margin: auto 0;
        font-weight: 400;
        color: #685443;
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 400;
        line-height: 28.8px;
        text-wrap: nowrap;
        width: 80px;
    }

    @media (max-width: 1200px) {
        .card-ev .card-img {
            border-radius: unset;
            height: 200px;
        }
    }

    @media (max-width:768px) {

        input.field-form,
        option.field-form,
        select.field-form {
            width: 80% !important;
        }

        .card-ev {
            height: 100%;
        }

        .card-events .col-md-4 {
            margin-bottom: 30px;
        }
    }

    @media (max-width: 767px) {
        .cstm-width {
            display: grid !important;
        }

        .col-md-6 {
            width: 100% !important;
        }

        .date-part {
            display: flex;
            justify-content: unset;
            margin-top: 20px !important;
        }
    }

    @media (max-width:500px) {

        form .col-md-6 {
            width: 100% !important;
        }
    }
</style>
