section.home-team {
    background-image: url(../img/bg-home-team.svg);
    background-size: cover;
    padding: 60px 0;
    width: 100%;
}

.attorney-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.attorney-card img {
    width: 100%;
    max-width: 246px;
}

.attorney-card .caption {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.attorney-card .caption .name {
    color: var(--black-fonts-headings, #2D2E2E);
    text-align: center;
    font-family: var(--font-body);
    font-size: 30.752px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.062px;
    /* 88% */
}

.attorney-card .caption .position {
    color: var(--Grey-input-text, #ABABAB);
    text-align: center;
    font-family: var(--font-body);
    font-size: 22.141px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
}