#hero_content_2 {
    display: none;
}

#hero_content_3 {
    display: none;
}

#hero_content_4 {
    display: none;
}

.error-placeholder::placeholder {
    color: red;
}

.title-class {
    font-style: normal;
    color: #222222;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
}

.team-bg {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url(../../../../public/assets/img/team/team_1.png);
}

li{
    list-style: none;
}