#page-banner .fs-banner-text {
    transform: translateY(-54%);
}
#page-banner .fs-banner-title {
    font-size: 2.14rem;
}

#page-banner .fs-banner-subtitle {
    margin-top: 4px;
    font-size: 1rem;
    white-space: normal;
}
@media (min-width: 576px) {
    #page-banner .fs-banner-subtitle {
        max-width: 60%;
    }
}
@media (min-width: 992px) {
    #page-banner .fs-banner-title {
        font-size: 2.4rem;
    }
    #page-banner .fs-banner-subtitle {
        max-width: 40%;
        margin-top: 6px;
        font-size: 1.2rem;
    }
}

#page-main #xbox {
    margin-left: 15px;
    margin-right: 15px;
}

#xbox .fs-page-header,
#xbox .fs-page-header-mobile {
    text-align: center;
}

#xbox .fs-page-header h2,
#xbox .fs-page-header-mobile h2 {
    padding-bottom: 4px;
    font-weight: bold;
}

#xbox .fs-page-header .title.pull-left,
#xbox .fs-page-header-mobile .title.pull-left {
    float: none !important;
}

@media (min-width: 992px) {
    #xbox .breadcrumb {
        margin-bottom: 10px;
    }
}

.plan-card-row {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
    margin-left: -15px;
    margin-right: -15px;
}

.plan-card-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;

}
@media (min-width: 768px) {
    .plan-card-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .plan-card-col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 1200px) {
    .plan-card-col {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 10px #00000014;
    background-color: #f8f8f8;
}

.plan-card .offer-label {
    position: absolute;
    right: -.5px;
    top: -.5px;
    padding: 5px 8px;
    border-radius: 0 3px 0 3px;
}

.plan-card .title {
    margin-top: 52px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

.plan-card .total-price {
    position: relative;
    line-height: 1;
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: bold;
}
.plan-card .total-price .currency,
.plan-card .total-price .period {
    position: absolute;
    font-size: .8rem;
}
.plan-card .total-price .currency {
    top: .2rem;
    transform: translateX(calc(-100% - .15rem));
    font-weight: bold;
}
.plan-card .total-price .period {
    bottom: .3rem;
    transform: translateX(.2rem);
}

.plan-card select {
    margin-bottom: 10px;
}

.plan-card .intro {
    padding-top: 16px;
    padding-bottom: 2px;
    line-height: 1.6;
}

.plan-card .fs-divider {
    margin: 20px 0;
}

.plan-card .desc {
    flex-grow: 1;
}

.plan-card .desc p {
    margin: 0 0 6px;
    font-weight: bold;
}
.plan-card .desc p:last-child {
    margin: 0;
}

.plan-card .buy-btn {
    margin-top: 2px;
    margin-bottom: 22px;
}

.subscribe-info-textList {
    margin-top: 24px;
    margin-bottom: 52px;
}

.subscribe-info-textList .caption {
    margin-bottom: 8px;
    font-weight: bold;
}

.subscribe-info-textList ol {
    padding-left: 1.2rem;
    line-height: 1.6;
}
