h2 {
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 80px;
    padding: 0;
    margin-bottom: 60px;
    text-align: center;
}

.p-2 a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 1px;

}

.p-2 {
  overflow: hidden;
}

.p-2 img {
  transition: transform .5s ease;
  width: 300px;
  height: 170px;
}

.p-2 a div {
  transition: transform .5s ease;
}

.p-2:hover img {
  transform: scale(1.2);
}

.p-2:hover a div {
  transform: translate(-50%, -50%) scale(1.2);
}

.list-group-item {
  color: var(--text-main-color);
}

.list-group-item.active {
  background-color: var(--list-group-background);
  border-color: var(--list-group-background);
  color: var(--secondary-color);
}

.list-group-item-action{
  color: var(--secondary-color);
}

.wrap {
    text-align: center;
}

.button span {
    color: var(--secondary-color);
    line-height: 60px;
}