.eufores_team_carousel {
    max-width: 1280px;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: auto;
    margin: auto;
}

.eufores_title {
    width: 100%;
    text-align: center;
    font-size: x-large;
}

@media screen and (max-width: 768px) {
    .eufores_title {
        width: 700px;
        font-size: large;
        text-align: center;
        height: 100px;
        word-wrap: break-word;
        left: 0px;
    }

}

@media screen and (max-width: 400px) {
    .eufores_title {
        width: 390px;
        font-size: large;
        text-align: center;
        height: 100px;
        word-break: break-all;
        left: 0px;
        position: relative;
    }

}