﻿p {
    margin-bottom:0px;
}
.content-image-column {
    margin-right:31px;
}

.content-image {
    width: 89px;
    height: 111px;
}

.header-text {
    font-size: 13px;
}

.content-header {
    font-size: 16px;
}

.content-paragraph {
    font-size: 13px;
}

.content-link {
    font-size: 13px;
}

.back-to-top {
    font-size: 13px;
}

.top-banner > img {
    content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt_prodlink/ProductsLink_Header_980.jpg");
    width: 980px;
    height: 120px;
}

@media (min-width: 1260px) {
    .top-banner > img {
        content: url("https://cdn.boxpartners.com/siteimages/boxpartners/mkt_prodlink/ProductsLink_HeaderFP.jpg");
        width: 1240px;
        height: 120px;
    }
    
    .header-text {
        font-size: 15px;
    }

    .content-header {
        font-size: 18px;
    }

    .content-image {
        width: 114px;
        height: 142px;
    }

    .content-paragraph {
        font-size: 15px;
    }

    .content-link {
        font-size: 15px;
    }

    .back-to-top {
        font-size: 15px;
    }
}