.resources .resources-title .resources-anchorlink__item {
    height: 100%;
}
.resources .resources-title .resources-anchorlink__item__name {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767px) {
	.resources .resources-title .resources-anchorlink__item {
		height: 60px;
	}
	.resources .resources-title .resources-anchorlink {
		bottom: -140px;
	}
	.resources .resources-title .resources-anchorlink__item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #ccc;
	}
}