.color-alternate-tablist__spheres {
		display: flex;
    gap: 45px;
    flex-wrap: wrap;
		justify-content: center;
}

.color-alternate-tablist__spheres li {
		padding: 15px;
    color: #fff;
    background-color: #7e2a83;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    font-weight: 600;
}