a.btn.btn-banner-fixed {
    margin: 0 10px;
}
    .page-section h3 {
        font-size: 22px;
        line-height: 24px;        
    }

    .image-col {
        margin-top: 20px;
    }

    @media screen and (min-width: 768px) {
        .image-col {
            margin: 0;
            padding: 30px 0 0;
        }

        .top-section p {
            font-size: 1.375em;
            line-height: 1.2em;
        }

        .breadcrumbs {
            display: none;
        }
    }

    @media screen and (min-width: 999px) {
        .separator__plus {
            margin-bottom: 0;
        }

        .top-section p {
            font-size: 1.625em;
            line-height: 1.2em;
        }

        .page-section p {
            font-size: 18px;
        }
    }


.integrations-wrapper .resource-item {
    background: none;
    padding: 1.5rem 1.5rem;
}
.integrations-wrapper .resource-item img {
    max-width: 65%;
}
.integrations-wrapper .resource-item .resource-text {
    float: left;
    margin-top: 10px;
    clear: left;
}


@media screen and (max-width: 767px) {
.integrations-wrapper .resource-item img,
.integrations-wrapper .resource-item .resource-text {
    float: none;
  }
}