/* all devices */
h1 {
    text-align: center;
    margin: 15px 0 30px;
    font-weight: 500;
}

.h5 {
    font-weight: 500;
}

.full-width {
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.gc-page {
    margin: 20px 30px;
}

.gc-page img {
    //height: 100%;
    width: 100%
}

.gc-page .button {
    //flex: 1 0 auto;
    width: auto;
    padding: 0 15px;
}

.gc-page .button a {
    padding: 0 !important;
}

.grid-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.egift-card-info,
.gift-card-info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 100px 0;
}

.gc-links span {
    padding: 0 15px;
}

/* tablet and up */
@media screen and (min-width: 768px) {
    h1 {
        margin-bottom: 70px;
    }

    .gc-page {
        margin: 40px 85px;
    }

    .egift-card-info,
    .gift-card-info {
        max-width: 32%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .egift-card-info > *,
    .gift-card-info > * {
        max-width: 100%;
    }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1080px) {

    .egift-card-info,
    .gift-card-info {
        max-width: 45%;
    }
}
