@media only screen and (max-width: 600px) {
    .nxp-featured-box-item span {
        font-size: 30px !important;
        line-height: 34px !important;
    }

    .nxp-featured-box-item h2 {
        margin: 0 0 10px;
    }

    .nxp-featured-box-item {
        height: 300px !important;
    }

    .nxp-subscription-table-container .nxp-subscription-table {
        margin: 0 10px;
    }

    .nxp-subscription-table-container .nxp-subscription-table table tr th a {
        font-size: 16px;
        padding: 8px;
    }

    .nxp-subscription-table-container .nxp-subscription-table table tr td {
        padding: 4px;
    }
}

@media only screen and (max-width: 767px) {
    .nxp-big-featured-box-item {
        background-image: none !important;
        background-color: #c8272e;
        border-radius: 8px;
    }

    .nxp-big-featured-box-item .nxp-btn.button-one {
        margin-bottom: 10px;
    }

    .nxp-big-featured-box-item .nxp-btn.button-two {
        margin-left: 0;
    }

    .nxp-big-featured-box-item-inner {
        padding-top: 6%;
        padding-bottom: 6%;
    }

    .nxp-big-featured-box-item .text.line-one {
        line-height: 24px;
    }

    .nxp-big-featured-box-item .text.line-two {
        line-height: 39px;
    }

    .nxp-team-member-container {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .nxp-big-featured-box-item {
        width: 100%;
        height: 0;
        padding-top: 23.923077%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
    }

    .nxp-big-featured-box-item-inner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

@media only screen and (max-width: 777px) {
    .nxp-featured-box-item.small {
        margin-bottom: 30px;
    }

    .nxp-featured-box-item.small .nxp-btn {
        bottom: 62px;
    }
}

@media only screen and (max-width: 991px) {
    .nxp-subscription-table-container {
        width: 770px;
    }

    .nxp-featured-box-item.medium {
        margin-bottom: 40px;
    }

    .nxp-featured-box-item.medium .nxp-btn {
        bottom: 72px;
    }
}

@media only screen and (width: 1024px) {
    .nxp-big-featured-box-item {
        padding-top: 41.923077%;
    }

    .nxp-big-featured-box-item .nxp-btn {
        display: block;
        margin: 10px auto !important;
    }
}

@media only screen and (max-width: 1260px) and (min-width: 992px) {
    .nxp-featured-box-item.medium {
        height: 400px;;
    }

    .nxp-featured-box-item.medium h2 {
        min-height: 100px;
    }
}