.events {
    padding: 50px 0;
}
.events .wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
    .events .wrap {
        flex-direction: column;
    }
}
.events .wrap img {
    max-width: 439px;
    width: 100%;
    height: auto;
    aspect-ratio: 439/327;
    border-radius: 20px;
    object-fit: cover;
}
.events .wrap .content {
    padding-right: 70px;
}
@media (max-width: 991px) {
    .events .wrap .content {
        padding: 0;
        margin-bottom: 50px;
    }
}
.events .wrap .content h2 {
    color: #862A75;
    font-family: "Playfair Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}
.events .wrap .content p {
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.events .wrap .content .click .btn {
    width: fit-content;
}

.events .wrap .content .date {
    color: #333;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

#filters {
    padding: 50px 0;
}
#filters form {
    position: relative;
}
#filters form input {
    height: 40px;
    padding: 15px;
}
#filters form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: 0;
}
#filters select {
    height: 40px;
}

.events .wrap .location {
    margin-bottom: 20px;
}
.events .wrap .location span {
    font-weight: 700;
}
