.groups__items {
    grid-template-columns: 1fr 1fr 1fr;
	height: fit-content;
}

.groups__wrapper {
	margin-top: 0;
}

@media(max-width: 1024px) {
	.groups__items {
		grid-template-columns: 1fr 1fr;
	}
}

.groups__item--full {
	grid-column: 1 / -1;
}

.groups__item--parent {
	/* background: green;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-weight: 500;
    padding: 20px;
	height: unset; */
	cursor: default;
	font-weight: 600;
    font-size: 1.3rem;
}

.groups__item--sub {
	border: 3px solid green;
	color: green;
	background: unset;
	background-color: unset;
	font-size: 600;
}