.clan {
    height: 300px; 
	align-items: center;
}

.clan-banner__webp {
    background-image: url('drago.webp');
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: var(--br-16);
}

.clan-banner__content {
    padding: 1.2rem;
	width: 100%;
	height: 100%;
	z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: flex-end;
}

.clan-banner__title {
    font-size: var(--font-size-l);
    font-weight: var(--font-weight-7);
    color: var(--text-default);
    margin: 0 0 16px 0;
    line-height: 1.4;
}