#giftcard ul {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#giftcard ul li {
    list-style: none;
}

#giftcard .alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 100%;
}

.alignnone.size-medium {
    border-radius: 8px;
}

@media (max-width:767px) {
    #giftcard ul li {
        margin-bottom: 15px;
    }
}


/* #content-with-more {
    column-count: 2;
    column-gap: 70px;
} */

.text-fucsia {
    color: #ab0964;
}