.home__item-title {
    width: 100%;
    padding: 0px;
    font-family: "Beaufort";
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    max-height: calc( 44px * 2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 5px 3px rgb(0 0 0 / 30%);
    margin-top: 50px;
}
.nav__langs {
    margin-left: 30px;
}
@media (max-width: 598px) {
    .nav__btns {
        display: none;
    }
}