.mc-grid-063176d0 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    width: 100%;
}

.mc-item-063176d0 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-decoration: none;
    overflow: hidden;
    height: 300px;
    padding: 20px;
    box-sizing: border-box;
}

.mc-item-063176d0:hover, .mc-item-063176d0:focus {
    text-decoration: none;
}

.mc-overlay-063176d0 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: background 0.3s ease;
}

.mc-item-063176d0:hover .mc-overlay-063176d0 {
    background: rgba(0, 0, 0, 0.4);
}

.mc-content-063176d0 {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.mc-title-063176d0 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: serif;
    margin-top: auto;
}

.mc-icon-063176d0 {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.mc-icon-063176d0 svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}