.hero {
    background: #862A75;
    padding: 50px 0 100px;
    position: relative;
}
.hero h1 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}
.hero .wave {
    height: 56px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

#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;
}

#blog {
    padding: 0 0 50px;
}
#blog img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 20px;
}
#blog .content {
    padding: 20px 0 0;
}
#blog .content h2 {
    color: #333;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
#blog .content a {
    color: #862A75;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
#blog .location {
    display: flex;
    align-items: center;
    color: #333;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    text-transform: uppercase;
}
#blog .date i {
    color: #E1A93B;
    margin-right: 10px;
}
