.actionSection {
    display: flex;
    margin-top: 12px;
    box-shadow: 0px 10px 10px -2px rgba(255, 255, 255, 0.15);
    border-radius: 0px 0px 12px 12px;
    padding-bottom: 10px;
    font-weight: 100;
    max-width: 1024px;
    width: 100%;
    margin:auto;
}

.actionSection a {
    text-decoration: none;
    color: #000;
    width: 25%;
}

.actionSection a .actionItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.actionSection a .actionItem .menuTitle {
    font-size: 0.7rem;
    margin-top: 6px;
    color: #000;
}

