.eventHero {
    padding: 50px 0 100px;
    background: #263E47;
    position: relative;
}
.eventHero .content h1 {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
}
.eventHero .content {
    color: #FEA500;
    text-align: center;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30.4px;
}

.eventHero .click{
    margin-top: 40px;
}
.eventHero .click .btn{
    width: fit-content;
}
.eventHero .wave {
    width: 100%;
    height: 56px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

